Skip to content

Commit aca31f7

Browse files
chore(deps): update docker/build-push-action action to v6.12.0 (#159)
1 parent 8d5ee73 commit aca31f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker-output-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
fi
8080
- name: Build and push
8181
id: docker_build
82-
uses: docker/build-push-action@v6.11.0
82+
uses: docker/build-push-action@v6.12.0
8383
with:
8484
context: .
8585
push: true

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
${{ inputs.docker-extra-tag != '' && format('type=raw,value={0},enable=true', inputs.docker-extra-tag) || '' }}
9898
- name: Build and push
9999
id: docker_build
100-
uses: docker/build-push-action@v6.11.0
100+
uses: docker/build-push-action@v6.12.0
101101
with:
102102
context: .
103103
push: true

0 commit comments

Comments
 (0)