Skip to content

Commit b3ed0ff

Browse files
Bump docker/build-push-action from 6 to 7
Bumps [docker/build-push-action](https://github.com/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/build-push-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9c305ee commit b3ed0ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/container_upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
# It uses the `tags` and `labels` parameters to tag and label the image with the output from the "meta" step.
4343
- name: Build and push Docker image
4444
id: push
45-
uses: docker/build-push-action@v6
45+
uses: docker/build-push-action@v7
4646
with:
4747
context: .
4848
push: true

0 commit comments

Comments
 (0)