We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b85031 commit cf4eb10Copy full SHA for cf4eb10
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@ac9327eae2b366085ac7f6a2d02df8aa8ead720a # v2.10.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