Skip to content

Commit 81b4f3f

Browse files
chore(deps): bump docker/setup-buildx-action from 3.10.0 to 3.11.1 in the actions group (#98)
* 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.10.0 to 3.11.1 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v3.10.0...v3.11.1) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-version: 3.11.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> * fix: update CI.yml --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: shenxianpeng <xianpeng.shen@gmail.com>
1 parent ff86d8c commit 81b4f3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

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

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

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

3737
- name: Login container registries
3838
run: |
39-
echo '${{ secrets.CR_PAT }}' | docker login ghcr.io -u shenxianpeng --password-stdin
39+
echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
4040
echo '${{ secrets.DOCKER_PASSWORD }}' | docker login -u '${{ secrets.DOCKER_USERNAME }}' --password-stdin
4141
4242
- name: Check buildx bake

0 commit comments

Comments
 (0)