Skip to content

Commit 6babfc2

Browse files
authored
Merge pull request #123 from acim/dependabot/github_actions/docker/build-push-action-6.0.2
Bump docker/build-push-action from 6.0.1 to 6.0.2
2 parents 279aebb + 5289105 commit 6babfc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
echo ::set-output name=tags::${TAGS}
4444
echo ::set-output name=created::$(date -u +'%Y-%m-%dT%H:%M:%SZ')
4545
- name: Build and push image to container registry
46-
uses: docker/[email protected].1
46+
uses: docker/[email protected].2
4747
with:
4848
platforms: linux/amd64,linux/arm64
4949
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)