Skip to content

Commit 921bbe8

Browse files
chore(deps): bump docker/setup-buildx-action from 3.4.0 to 3.7.1 in the actions group (#91)
* chore(deps): bump docker/setup-buildx-action in the actions group Bumps the actions group with 1 update: [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action). Updates `docker/setup-buildx-action` from 3.4.0 to 3.7.1 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v3.4.0...v3.7.1) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> * Update CI.yml to fix docker login issue --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: shenxianpeng <[email protected]>
1 parent 0bc251d commit 921bbe8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,15 @@ jobs:
2929
- uses: actions/checkout@v4
3030

3131
- name: Set up Docker Buildx
32-
uses: docker/setup-buildx-action@v3.4.0
32+
uses: docker/setup-buildx-action@v3.7.1
3333

3434
- name: Check formatting
3535
run: make install-deps && make lint
3636

3737
- name: Login container registries
3838
run: |
39-
echo $CR_PAT | docker login ghcr.io -u shenxianpeng --password-stdin
39+
docker login ghcr.io -u shenxianpeng -p '${{ secrets.CR_PAT }}'
4040
docker login -u '${{ secrets.DOCKER_USERNAME }}' -p '${{ secrets.DOCKER_PASSWORD }}'
41-
env:
42-
CR_PAT: ${{ secrets.CR_PAT }}
4341
4442
- name: Check buildx bake
4543
run: docker buildx bake --file docker-bake.hcl --print

0 commit comments

Comments
 (0)