Skip to content

Commit de979da

Browse files
Bump the github-actions group with 3 updates
Bumps the github-actions group with 3 updates: [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action), [docker/metadata-action](https://github.com/docker/metadata-action) and [docker/build-push-action](https://github.com/docker/build-push-action). 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/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-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/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>
1 parent 2a820c9 commit de979da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
name: invitebuilds
148148

149149
- name: Set up Docker Buildx
150-
uses: docker/setup-buildx-action@v3
150+
uses: docker/setup-buildx-action@v4
151151

152152
- name: Login to GitHub Container Registry
153153
uses: docker/login-action@v4
@@ -158,7 +158,7 @@ jobs:
158158

159159
- name: Set docker labels and tags
160160
id: meta
161-
uses: docker/metadata-action@v5
161+
uses: docker/metadata-action@v6
162162
with:
163163
images: ${{ matrix.image }}
164164
flavor: |
@@ -171,7 +171,7 @@ jobs:
171171
type=sha
172172
173173
- name: Build and push the ${{ matrix.app }} image
174-
uses: docker/build-push-action@v6
174+
uses: docker/build-push-action@v7
175175
with:
176176
context: ${{ matrix.app }}
177177
file: ${{ matrix.app }}/docker/Dockerfile

0 commit comments

Comments
 (0)