Skip to content

Commit 148e545

Browse files
chore(deps): bump the github-actions group with 5 updates (#864)
Bumps the github-actions group with 5 updates: | Package | From | To | | --- | --- | --- | | [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) | `3` | `4` | | [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `3` | `4` | | [docker/metadata-action](https://github.com/docker/metadata-action) | `5` | `6` | | [docker/login-action](https://github.com/docker/login-action) | `3` | `4` | | [docker/build-push-action](https://github.com/docker/build-push-action) | `6` | `7` | Updates `docker/setup-qemu-action` from 3 to 4 - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](docker/setup-qemu-action@v3...v4) Updates `docker/setup-buildx-action` from 3 to 4 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v3...v4) Updates `docker/metadata-action` from 5 to 6 - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](docker/metadata-action@v5...v6) Updates `docker/login-action` from 3 to 4 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3...v4) Updates `docker/build-push-action` from 6 to 7 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6...v7) --- updated-dependencies: - dependency-name: docker/setup-qemu-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: docker/setup-buildx-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: docker/metadata-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: docker/login-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: docker/build-push-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5b31cde commit 148e545

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/test_build_push.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,22 +61,22 @@ jobs:
6161
uses: actions/checkout@v6
6262

6363
- name: Set up QEMU
64-
uses: docker/setup-qemu-action@v3
64+
uses: docker/setup-qemu-action@v4
6565

6666
- name: Set up Docker Buildx
67-
uses: docker/setup-buildx-action@v3
67+
uses: docker/setup-buildx-action@v4
6868

6969
- name: Get Git commit timestamps
7070
run: echo "TIMESTAMP=$(git log -1 --pretty=%ct)" >> $GITHUB_ENV
7171

7272
- name: Extract metadata
7373
id: meta
74-
uses: docker/metadata-action@v5
74+
uses: docker/metadata-action@v6
7575
with:
7676
images: ${{ env.IMAGE_NAME }}
7777

7878
- name: Log in to DockerHub
79-
uses: docker/login-action@v3
79+
uses: docker/login-action@v4
8080
with:
8181
username: ${{ secrets.DOCKER_USERNAME }}
8282
password: ${{ secrets.DOCKER_PASSWORD }}
@@ -90,7 +90,7 @@ jobs:
9090
${{ runner.os }}-buildx-
9191
9292
- name: Build and push Docker image
93-
uses: docker/build-push-action@v6
93+
uses: docker/build-push-action@v7
9494
env:
9595
SOURCE_DATE_EPOCH: ${{ env.TIMESTAMP }}
9696
with:

0 commit comments

Comments
 (0)