Skip to content

Commit 248754e

Browse files
chore(deps): update docker/build-push-action action to v6.16.0
1 parent 29915ab commit 248754e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/_docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
type=semver,pattern=v
7272
7373
- name: Build and push Docker image (all)
74-
uses: docker/build-push-action@e6ef1f314e8a75f35e85dbd71ebe08d4b3005fc8 # v6.2.0
74+
uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16.0
7575
with:
7676
context: .
7777
push: true
@@ -84,7 +84,7 @@ jobs:
8484
cache-to: type=gha,mode=max
8585

8686
- name: Build and push Docker image (slim)
87-
uses: docker/build-push-action@e6ef1f314e8a75f35e85dbd71ebe08d4b3005fc8 # v6.2.0
87+
uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16.0
8888
with:
8989
context: .
9090
push: true

0 commit comments

Comments
 (0)