Skip to content

Commit

Permalink
Merge pull request #34 from beeyev/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
beeyev authored Jun 24, 2024
2 parents a9d2643 + 4f93b92 commit cbf68dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/callable-build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
password: ${{ secrets.QUAY_TOKEN }}

- name: Build image and push to registry - ${{ inputs.DOCKER_REGISTRY_IMAGE }}
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
platforms: ${{ inputs.PLATFORMS }}
context: .
Expand Down

0 comments on commit cbf68dc

Please sign in to comment.