Skip to content

Commit 7b65b68

Browse files
chore(deps): update docker/build-push-action digest to 0adf995
1 parent 23d7256 commit 7b65b68

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@0adf9959216b96bec444f325f1e493d4aa344497
4646
with:
4747
context: .
4848
push: true

0 commit comments

Comments
 (0)