Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Jade Ellis
b40debc7cc
test: Enable buildx GHA cache 2025-04-18 20:46:38 +01:00

View file

@ -54,7 +54,7 @@ jobs:
}))
build-image:
runs-on: dind
runs-on: not-nexy
container: ghcr.io/catthehacker/ubuntu:act-latest
needs: define-variables
permissions:
@ -133,8 +133,8 @@ jobs:
platforms: ${{ matrix.platform }}
labels: ${{ steps.meta.outputs.labels }}
annotations: ${{ steps.meta.outputs.annotations }}
# cache-from: type=gha
# cache-to: type=gha,mode=max
cache-from: type=gha
cache-to: type=gha,mode=max
sbom: true
outputs: type=image,"name=${{ needs.define-variables.outputs.images_list }}",push-by-digest=true,name-canonical=true,push=true
env: