Skip to content

Commit

Permalink
Bump Docker build action.
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthiasZepper committed May 23, 2024
1 parent e058ec6 commit 2e575a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Push dev image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
if: github.event_name == 'push'
with:
push: true
Expand All @@ -49,7 +49,7 @@ jobs:
ghcr.io/${{ env.REPO_LOWERCASE }}:dev
- name: Push release image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
if: github.event_name == 'release'
with:
push: true
Expand Down

0 comments on commit 2e575a7

Please sign in to comment.