Skip to content

Commit 24edb43

Browse files
chore(deps): Update docker/build-push-action digest to ef1fb96
1 parent 4a63a84 commit 24edb43

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

0 commit comments

Comments
 (0)