Skip to content

Commit 1b3c714

Browse files
Update docker/build-push-action digest to 9e436ba
1 parent 5fad522 commit 1b3c714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
# 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.
5757
# It uses the `tags` and `labels` parameters to tag and label the image with the output from the "meta" step.
5858
- name: Build and push Docker image
59-
uses: docker/build-push-action@cb8fc7586f9ad9441b20c33e0f6e8b1b58d8b4c6
59+
uses: docker/build-push-action@9e436ba9f2d7bcd1d038c8e55d039d37896ddc5d
6060
with:
6161
context: .
6262
push: true

0 commit comments

Comments
 (0)