Skip to content

Commit

Permalink
downgrade checkout version
Browse files Browse the repository at this point in the history
  • Loading branch information
a-mhamdi authored Aug 28, 2024
1 parent e21c324 commit 9efc949
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/jlai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: clone repo
uses: actions/checkout@v4
uses: actions/checkout@v3

authentication:
runs-on: ubuntu-latest
Expand All @@ -36,8 +36,8 @@ jobs:
- name: Build and push Docker images
uses: docker/build-push-action@v3.1.1
with:
context: .
file: ./Docker/Dockerfile-1
context: ./Docker
file: Dockerfile-1
# platforms: linux/amd64,linux/arm64,linux/arm/v7
push: true
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/jlai-p1:latest
Expand Down

0 comments on commit 9efc949

Please sign in to comment.