Skip to content

Commit fea104a

Browse files
⬆️ Bump docker/build-push-action from 6.5.0 to 6.8.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.5.0 to 6.8.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@5176d81...32945a3) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 83f5875 commit fea104a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
# It uses the `context` parameter to define the build's context as the set of files located in the specified path. For more information, see "[Usage](https://github.com/docker/build-push-action#usage)" in the README of the `docker/build-push-action` repository.
4747
# It uses the `tags` and `labels` parameters to tag and label the image with the output from the "meta" step.
4848
- name: Build and push Docker image
49-
uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445
49+
uses: docker/build-push-action@32945a339266b759abcbdc89316275140b0fc960
5050
with:
5151
context: .
5252
push: true

0 commit comments

Comments
 (0)