Skip to content

Commit

Permalink
Merge pull request #2 from Deniom3/dependabot/github_actions/docker/b…
Browse files Browse the repository at this point in the history
…uild-push-action-6

Bump docker/build-push-action from 5 to 6
  • Loading branch information
Deniom3 authored Jun 17, 2024
2 parents d93dfc5 + 6af2e14 commit 0ae0def
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 @@ -43,7 +43,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build container and Push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
platforms: ${{ env.DOCKER_TARGET_PLATFORM }}
Expand Down

0 comments on commit 0ae0def

Please sign in to comment.