Skip to content

Commit

Permalink
Merge pull request #137 from acim/dependabot/github_actions/docker/bu…
Browse files Browse the repository at this point in the history
…ild-push-action-6.7.0

Bump docker/build-push-action from 6.6.1 to 6.7.0
  • Loading branch information
acim authored Aug 13, 2024
2 parents a2c8626 + 8351982 commit 9c54942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
echo ::set-output name=tags::${TAGS}
echo ::set-output name=created::$(date -u +'%Y-%m-%dT%H:%M:%SZ')
- name: Build and push image to container registry
uses: docker/build-push-action@v6.6.1
uses: docker/build-push-action@v6.7.0
with:
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
Expand Down

0 comments on commit 9c54942

Please sign in to comment.