Skip to content

Commit

Permalink
Merge pull request #23 from FlorianLeChat/dependabot/github_actions/d…
Browse files Browse the repository at this point in the history
…ependencies-bf940bc907

Bump docker/build-push-action from 5 to 6 in the dependencies group
  • Loading branch information
github-actions[bot] authored Aug 1, 2024
2 parents 4d944ca + ab09e3f commit 68d19ad
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 @@ -44,7 +44,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build Docker Image and push
if: github.event_name == 'push' || ( github.event_name == 'pull_request' && github.event.action == 'opened' && github.event.pull_request.merged == 'true' )
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: docker/Dockerfile.development
push: true
Expand Down

0 comments on commit 68d19ad

Please sign in to comment.