diff --git a/.github/workflows/publish-image.yml b/.github/workflows/publish-image.yml index e625795..f3a9fe8 100644 --- a/.github/workflows/publish-image.yml +++ b/.github/workflows/publish-image.yml @@ -323,7 +323,7 @@ jobs: # Needed for the `type=gha` cache below - the default docker driver cannot export # to it. - name: Set up Buildx - uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4.3.0 + uses: docker/setup-buildx-action@f87e5991a6d7451dcb8d9637bfbc97413f497069 # v4.4.1 - name: Build and push by digest id: build @@ -399,7 +399,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Set up Buildx - uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4.3.0 + uses: docker/setup-buildx-action@f87e5991a6d7451dcb8d9637bfbc97413f497069 # v4.4.1 # Every tag is created in this one call, so all of them name the same manifest list # and the same digest. That is what makes the CVE-rebuild story work: recomputing