Skip to content

Commit

Permalink
chore(deps): bump docker/setup-buildx-action from 3.4.0 to 3.7.1 in t…
Browse files Browse the repository at this point in the history
…he 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]>
  • Loading branch information
dependabot[bot] and shenxianpeng authored Dec 17, 2024
1 parent 0bc251d commit 921bbe8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,15 @@ jobs:
- uses: actions/checkout@v4

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

- name: Check formatting
run: make install-deps && make lint

- name: Login container registries
run: |
echo $CR_PAT | docker login ghcr.io -u shenxianpeng --password-stdin
docker login ghcr.io -u shenxianpeng -p '${{ secrets.CR_PAT }}'
docker login -u '${{ secrets.DOCKER_USERNAME }}' -p '${{ secrets.DOCKER_PASSWORD }}'
env:
CR_PAT: ${{ secrets.CR_PAT }}
- name: Check buildx bake
run: docker buildx bake --file docker-bake.hcl --print
Expand Down

0 comments on commit 921bbe8

Please sign in to comment.