-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump the updates group with 4 updates (#3021)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
28737a9
commit 5415879
Showing
2 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -133,13 +133,13 @@ jobs: | |
org.opencontainers.image.authors=Geoff Bourne <[email protected]> | ||
- name: Setup Docker Buildx | ||
uses: docker/setup-buildx-action@v3.4.0 | ||
uses: docker/setup-buildx-action@v3.5.0 | ||
|
||
- name: Set up QEMU | ||
uses: docker/setup-qemu-action@v3.1.0 | ||
uses: docker/setup-qemu-action@v3.2.0 | ||
|
||
- name: Build for test | ||
uses: docker/build-push-action@v6.4.1 | ||
uses: docker/build-push-action@v6.5.0 | ||
with: | ||
platforms: linux/amd64 | ||
tags: ${{ env.IMAGE_TO_TEST }} | ||
|
@@ -162,22 +162,22 @@ jobs: | |
tests/test.sh | ||
- name: Login to DockerHub | ||
uses: docker/login-action@v3.2.0 | ||
uses: docker/login-action@v3.3.0 | ||
if: env.HAS_IMAGE_REPO_ACCESS | ||
with: | ||
username: ${{ secrets.DOCKER_USER }} | ||
password: ${{ secrets.DOCKER_PASSWORD }} | ||
|
||
- name: Login to GHCR | ||
uses: docker/login-action@v3.2.0 | ||
uses: docker/login-action@v3.3.0 | ||
if: env.HAS_IMAGE_REPO_ACCESS | ||
with: | ||
registry: ghcr.io | ||
username: ${{ github.actor }} | ||
password: ${{ github.token }} | ||
|
||
- name: Build and push | ||
uses: docker/build-push-action@v6.4.1 | ||
uses: docker/build-push-action@v6.5.0 | ||
if: github.actor == github.repository_owner | ||
with: | ||
platforms: ${{ matrix.platforms }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters