Skip to content

Commit a10579c

Browse files
Update docker/build-push-action action to v6.9.0
1 parent 42a0d34 commit a10579c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-artifacts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
password: ${{ secrets.GITHUB_TOKEN }}
3636

3737
- name: Build a docker image
38-
uses: docker/build-push-action@v6.4.0
38+
uses: docker/build-push-action@v6.9.0
3939
with:
4040
file: Dockerfile
4141
context: .

.github/workflows/test-docker-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
password: ${{ secrets.GITHUB_TOKEN }}
5757

5858
- name: Build a docker image
59-
uses: docker/build-push-action@v6.4.0
59+
uses: docker/build-push-action@v6.9.0
6060
with:
6161
file: Dockerfile
6262
context: .

0 commit comments

Comments
 (0)