We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f48b28 commit 3d8ed60Copy full SHA for 3d8ed60
1 file changed
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
password: ${{ secrets.GITHUB_TOKEN }}
28
29
- name: Build base
30
- uses: docker/build-push-action@a66e35b9cbcf4ad0ea91ffcaf7bbad63ad9e0229 # renovate: tag=v2.7.0
+ uses: docker/build-push-action@7f9d37fa544684fb73bfe4835ed7214c255ce02b # renovate: tag=v2.9.0
31
with:
32
context: .devcontainer
33
build-args: |
@@ -81,7 +81,7 @@ jobs:
81
uses: docker/setup-buildx-action@94ab11c41e45d028884a99163086648e898eed25 # renovate: tag=v1.6.0
82
83
- name: Build (and, if a release, push to Docker Hub)
84
85
86
87
tags: ${{ github.repository }}:1-bullseye
0 commit comments