Skip to content

Commit

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

Bump docker/build-push-action from 6.7.0 to 6.8.0
  • Loading branch information
acim authored Sep 27, 2024
2 parents 0849a6d + 44ae88b commit cf1e0d1
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.7.0
uses: docker/build-push-action@v6.8.0
with:
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
Expand Down

0 comments on commit cf1e0d1

Please sign in to comment.