Skip to content

Commit 6140210

Browse files
chore(deps): update docker/build-push-action action to v6.16.0
1 parent 9af3a76 commit 6140210

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
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: "(all target): Build and push Docker image"
3737
id: build-and-push-all
38-
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0
38+
uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16.0
3939
with:
4040
context: .
4141
file: ./Dockerfile
@@ -49,7 +49,7 @@ jobs:
4949

5050
- name: "(slim target): Build and push Docker image"
5151
id: build-and-push-slim
52-
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0
52+
uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16.0
5353
with:
5454
context: .
5555
file: ./Dockerfile

0 commit comments

Comments
 (0)