Skip to content

Commit

Permalink
Update docker build action version
Browse files Browse the repository at this point in the history
  • Loading branch information
adzialocha committed Sep 7, 2022
1 parent c862922 commit b04a799
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 @@ -27,7 +27,7 @@ jobs:
echo ::set-output name=tag::${GITHUB_REF/refs\/tags\//}
- name: Build and push
uses: docker/build-push-action@v2
uses: docker/build-push-action@v3
with:
context: .
push: true
Expand Down

0 comments on commit b04a799

Please sign in to comment.