Skip to content

Commit dbb2c1f

Browse files
chore(deps): update docker/build-push-action digest to 2cdde99
1 parent 733d330 commit dbb2c1f

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
@@ -50,7 +50,7 @@ jobs:
5050
# 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.
5151
# It uses the `tags` and `labels` parameters to tag and label the image with the output from the "meta" step.
5252
- name: Build and push Docker image
53-
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
53+
uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0
5454
with:
5555
context: .
5656
push: true

0 commit comments

Comments
 (0)