Skip to content

Commit faf60c6

Browse files
Bump the github-actions group with 2 updates (#58)
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 ad2f06f commit faf60c6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker.yml

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

0 commit comments

Comments
 (0)