Skip to content

Commit

Permalink
Updated elgohr/Publish-Docker-Github-Action to a supported version (v5)
Browse files Browse the repository at this point in the history
  • Loading branch information
elgohr committed Mar 28, 2023
1 parent c0199e0 commit 1e7b885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

- name: Publishing live Docker image
if: github.event_name == 'push' && github.ref == 'refs/heads/live'
uses: elgohr/Publish-Docker-Github-Action@v4
uses: elgohr/Publish-Docker-Github-Action@v5
env:
COMMIT: ${{ github.sha }}
BRANCH: ${{ github.repository }}@${{ github.ref_name }}
Expand Down

0 comments on commit 1e7b885

Please sign in to comment.