Skip to content

Commit

Permalink
Merge pull request #215 from FlorianLeChat/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…docker/build-push-action-5
  • Loading branch information
dependabot[bot] authored Oct 1, 2023
2 parents 8a728c2 + 1a1da87 commit 0bf6eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build Docker Image and push
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
push: ${{ github.event_name == 'push' }}
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit 0bf6eb5

Please sign in to comment.