Skip to content
This repository has been archived by the owner on Apr 9, 2023. It is now read-only.

Commit

Permalink
Update Docker action in release workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
  • Loading branch information
stefanprodan committed Dec 14, 2021
1 parent 61e9d3e commit 792b524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
username: stefanprodan
password: ${{ secrets.GHCR_TOKEN }}
- name: Push image
uses: docker/build-push-action@v1
uses: docker/build-push-action@v2
with:
push: true
tags: |
Expand Down

0 comments on commit 792b524

Please sign in to comment.