Skip to content

Commit

Permalink
Merge pull request #1 from deroffal/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/docker/build-and-push/with-dockerfile/docker/build-push-action-6

build(deps): bump docker/build-push-action from 5 to 6 in /actions/docker/build-and-push/with-dockerfile
  • Loading branch information
deroffal authored Feb 12, 2025
2 parents 4f92120 + a79c85b commit ad12231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/docker/build-and-push/with-dockerfile/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ runs:
password: ${{ inputs.dockerhub-token }}

- name: 'Build & push to Docker Hub'
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
platforms: linux/amd64,linux/arm64
context: ${{ inputs.working-directory }}
Expand Down

0 comments on commit ad12231

Please sign in to comment.