Skip to content

Commit 17a5e79

Browse files
Bump docker/build-push-action from 7.1.0 to 7.2.0 in the docker group (#308)
1 parent e25e9d3 commit 17a5e79

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
fi
8787
- name: Build and push
8888
id: docker_build
89-
uses: docker/build-push-action@v7.1.0
89+
uses: docker/build-push-action@v7.2.0
9090
with:
9191
context: .
9292
push: true

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
${{ inputs.docker-extra-tag != '' && format('type=raw,value={0},enable=true', inputs.docker-extra-tag) || '' }}
111111
- name: Build and push
112112
id: docker_build
113-
uses: docker/build-push-action@v7.1.0
113+
uses: docker/build-push-action@v7.2.0
114114
with:
115115
context: .
116116
push: true

0 commit comments

Comments
 (0)