Skip to content

Commit

Permalink
Update docker push action? #605
Browse files Browse the repository at this point in the history
  • Loading branch information
joepio committed Mar 3, 2023
1 parent 43c5743 commit 2204a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push Docker image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
push: true
Expand Down

0 comments on commit 2204a74

Please sign in to comment.