We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f48b28 commit 305d4c0Copy full SHA for 305d4c0
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@1814d3dfb36d6f84174e61f4a4b05bd84089a4b9 # renovate: tag=v2.8.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