Skip to content

Commit abd618d

Browse files
Merge pull request complytime#790 from complytime/dependabot/github_actions/dot-github/actions/publish-image/docker/build-push-action-6.19.2
ci(deps): bump docker/build-push-action from 6.18.0 to 6.19.2 in /.github/actions/publish-image
2 parents de5cc32 + dea9480 commit abd618d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/publish-image/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ runs:
4646
latest=false
4747
4848
- name: Build and export to Docker
49-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # pin@v5
49+
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # pin@v5
5050
id: build-and-export
5151
with:
5252
context: "."
@@ -75,7 +75,7 @@ runs:
7575

7676
# Does not rebuild. Uses internal cache from previous step.
7777
- name: Build and Push
78-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # pin@v5
78+
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # pin@v5
7979
id: build-and-push
8080
with:
8181
context: "."

0 commit comments

Comments
 (0)