Skip to content

Commit 845022a

Browse files
chore(deps): update docker/build-push-action digest to 729f7f4
1 parent ef2e960 commit 845022a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
# 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.
4343
# It uses the `tags` and `labels` parameters to tag and label the image with the output from the "meta" step.
4444
- name: Build and push Docker image
45-
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
45+
uses: docker/build-push-action@729f7f49266dec5e72fe7339273d3f7e65abacd7
4646
with:
4747
context: .
4848
push: true

0 commit comments

Comments
 (0)