소스 검색

chore(deps): bump docker/setup-buildx-action from 1.5.0 to 1.5.1 (#23)

Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1.5.0 to 1.5.1.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v1.5.0...v1.5.1)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 4 년 전
부모
커밋
76ac2b6f38
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/docker-image-push.yml

+ 1 - 1
.github/workflows/docker-image-push.yml

@@ -25,7 +25,7 @@ jobs:
           image: tonistiigi/binfmt:latest
           platforms: amd64
       - name: Set up Docker Buildx
-        uses: docker/[email protected].0
+        uses: docker/[email protected].1
       - name: Login to DockerHub
         uses: docker/[email protected] 
         with: