Skip to content

Commit 37e7535

Browse files
chore(actions): bump the all-actions group with 5 updates (#311)
Bumps the all-actions group with 5 updates: | Package | From | To | | --- | --- | --- | | [docker/metadata-action](https://github.com/docker/metadata-action) | `5` | `6` | | [docker/login-action](https://github.com/docker/login-action) | `3` | `4` | | [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/build-push-action](https://github.com/docker/build-push-action) | `6` | `7` | 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/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/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/metadata-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: docker/login-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: docker/setup-qemu-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: docker/setup-buildx-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: docker/build-push-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3d061ae commit 37e7535

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/CI.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- uses: actions/checkout@v6
7474
- name: Docker meta
7575
id: meta
76-
uses: docker/metadata-action@v5
76+
uses: docker/metadata-action@v6
7777
with:
7878
images: |
7979
ghcr.io/${{ github.repository_owner }}/horust
@@ -87,25 +87,25 @@ jobs:
8787
type=semver,pattern={{major}}.{{minor}}
8888
8989
- name: Login to Docker Hub
90-
uses: docker/login-action@v3
90+
uses: docker/login-action@v4
9191
with:
9292
username: ${{ secrets.DOCKER_USERNAME }}
9393
password: ${{ secrets.DOCKER_PASSWORD }}
9494
- name: Login to GHCR
95-
uses: docker/login-action@v3
95+
uses: docker/login-action@v4
9696
with:
9797
registry: ghcr.io
9898
username: ${{ github.repository_owner }}
9999
password: ${{ secrets.GITHUB_TOKEN }}
100100

101101
- name: Set up QEMU
102-
uses: docker/setup-qemu-action@v3
102+
uses: docker/setup-qemu-action@v4
103103

104104
- name: Set up Docker Buildx
105-
uses: docker/setup-buildx-action@v3
105+
uses: docker/setup-buildx-action@v4
106106

107107
- name: Build and push images
108-
uses: docker/build-push-action@v6
108+
uses: docker/build-push-action@v7
109109
with:
110110
platforms: linux/${{ matrix.platform }}
111111
labels: ${{ steps.meta.outputs.labels }}
@@ -124,12 +124,12 @@ jobs:
124124
packages: write # push to ghcr.io
125125
steps:
126126
- name: Login to Docker Hub
127-
uses: docker/login-action@v3
127+
uses: docker/login-action@v4
128128
with:
129129
username: ${{ secrets.DOCKER_USERNAME }}
130130
password: ${{ secrets.DOCKER_PASSWORD }}
131131
- name: Login to GHCR
132-
uses: docker/login-action@v3
132+
uses: docker/login-action@v4
133133
with:
134134
registry: ghcr.io
135135
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)