Skip to content

Commit 9ff99be

Browse files
chore(deps): update docker/build-push-action digest to 7e09459
1 parent 23d7256 commit 9ff99be

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

0 commit comments

Comments
 (0)