Skip to content

Commit

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

Bump docker/build-push-action from 6.0.1 to 6.0.2
  • Loading branch information
acim authored Jun 21, 2024
2 parents 279aebb + 5289105 commit 6babfc2
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/[email protected].1
uses: docker/[email protected].2
with:
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
Expand Down

0 comments on commit 6babfc2

Please sign in to comment.