Skip to content

Commit 087608f

Browse files
renovate[bot]SALTWOOD
authored andcommitted
chore(deps): update docker/build-push-action action to v6.8.0
1 parent d89b267 commit 087608f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/on-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464

6565
- name: Build and push Docker image
6666
id: push
67-
uses: docker/build-push-action@v6.7.0
67+
uses: docker/build-push-action@v6.8.0
6868
with:
6969
context: .
7070
file: ./Dockerfile

.github/workflows/on-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
- name: Build and push Docker image
3535
id: push
36-
uses: docker/build-push-action@v6.7.0
36+
uses: docker/build-push-action@v6.8.0
3737
with:
3838
context: .
3939
file: ./Dockerfile

.github/workflows/on-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Build and push Docker image
3636
id: push
37-
uses: docker/build-push-action@v6.7.0
37+
uses: docker/build-push-action@v6.8.0
3838
with:
3939
context: .
4040
file: ./Dockerfile

0 commit comments

Comments
 (0)