Skip to content

Commit f1899de

Browse files
Bump the github-actions group with 2 updates (#352)
Bumps the github-actions group with 2 updates: [docker/metadata-action](https://github.com/docker/metadata-action) and [docker/build-push-action](https://github.com/docker/build-push-action). 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/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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8dc19cf commit f1899de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
echo "imageName=$imageName" >> $GITHUB_ENV
3131
- name: Docker meta
3232
id: docker_meta
33-
uses: docker/metadata-action@v5
33+
uses: docker/metadata-action@v6
3434
with:
3535
images: ${{ env.imageName }}
3636
- name: Set up QEMU
@@ -44,7 +44,7 @@ jobs:
4444
password: ${{ secrets.DOCKERHUB_TOKEN }}
4545
- name: Build and push
4646
id: docker_build
47-
uses: docker/build-push-action@v6
47+
uses: docker/build-push-action@v7
4848
with:
4949
platforms: ${{ env.platforms }}
5050
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)