Skip to content

Commit 7991dcd

Browse files
chore(deps): Update docker/build-push-action digest to c5117b6
1 parent 4a63a84 commit 7991dcd

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
@@ -65,7 +65,7 @@ jobs:
6565
# 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.
6666
# It uses the `tags` and `labels` parameters to tag and label the image with the output from the "meta" step.
6767
- name: Build and push Docker image
68-
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991
68+
uses: docker/build-push-action@c5117b60bc829f00aaacb038e99de2712bee6e6e
6969
with:
7070
context: .
7171
push: true

0 commit comments

Comments
 (0)