Skip to content

Commit 305d4c0

Browse files
committed
Update docker/build-push-action action to v2.8.0
1 parent 3f48b28 commit 305d4c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
password: ${{ secrets.GITHUB_TOKEN }}
2828

2929
- name: Build base
30-
uses: docker/build-push-action@a66e35b9cbcf4ad0ea91ffcaf7bbad63ad9e0229 # renovate: tag=v2.7.0
30+
uses: docker/build-push-action@1814d3dfb36d6f84174e61f4a4b05bd84089a4b9 # renovate: tag=v2.8.0
3131
with:
3232
context: .devcontainer
3333
build-args: |
@@ -81,7 +81,7 @@ jobs:
8181
uses: docker/setup-buildx-action@94ab11c41e45d028884a99163086648e898eed25 # renovate: tag=v1.6.0
8282

8383
- name: Build (and, if a release, push to Docker Hub)
84-
uses: docker/build-push-action@a66e35b9cbcf4ad0ea91ffcaf7bbad63ad9e0229 # renovate: tag=v2.7.0
84+
uses: docker/build-push-action@1814d3dfb36d6f84174e61f4a4b05bd84089a4b9 # renovate: tag=v2.8.0
8585
with:
8686
context: .devcontainer
8787
tags: ${{ github.repository }}:1-bullseye

0 commit comments

Comments
 (0)