Skip to content

Commit a2ae89d

Browse files
⬆️ Bump docker/build-push-action
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from f2a1d5e99d037542a71f64918e516c093c6f3fc4 to cfed4e995e12d7bee5002f066f5649e5f1cc059c. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@f2a1d5e...cfed4e9) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e49bc30 commit a2ae89d

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@f2a1d5e99d037542a71f64918e516c093c6f3fc4
49+
uses: docker/build-push-action@cfed4e995e12d7bee5002f066f5649e5f1cc059c
5050
with:
5151
context: .
5252
push: true

0 commit comments

Comments
 (0)