Skip to content

Commit 1f061aa

Browse files
chore(deps): Update docker/build-push-action digest to 806c751
1 parent 4a63a84 commit 1f061aa

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@806c75105a1251cac8905df5dd4723b33174552c
6969
with:
7070
context: .
7171
push: true

0 commit comments

Comments
 (0)