Skip to content

Commit

Permalink
Merge pull request #100 from Atticuszz/dependabot/github_actions/dock…
Browse files Browse the repository at this point in the history
…er/build-push-action-6

⬆ bump docker/build-push-action from 5 to 6
  • Loading branch information
AtticusZeller authored Jul 6, 2024
2 parents 715b67c + cc185df commit 8a57b30
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 @@ -19,7 +19,7 @@ jobs:
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}

- name: Build and push Docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./
file: ./Dockerfile
Expand Down

0 comments on commit 8a57b30

Please sign in to comment.