Skip to content

Commit 13495fd

Browse files
Update docker/build-push-action action to v7
| datasource | package | from | to | | ----------- | ------------------------ | ---- | -- | | github-tags | docker/build-push-action | v6 | v7 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 611fa05 commit 13495fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
password: ${{ secrets.DOCKER_PASSWORD }}
6363
if: ${{ steps.update.outputs.needs-updating == 'true' || inputs.force == 'true' }}
6464
- name: Push to Dockerhub for nginx-hello
65-
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6
65+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7
6666
with:
6767
context: ${{ matrix.context }}
6868
file: ${{ matrix.file }}

0 commit comments

Comments
 (0)