We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7987d6 commit 2343026Copy full SHA for 2343026
.github/workflows/delivery.yml
@@ -18,6 +18,8 @@ jobs:
18
steps:
19
- name: Checkout repository
20
uses: actions/checkout@v4
21
+ - name: Set up Docker Buildx
22
+ uses: docker/setup-buildx-action@v3
23
- name: Log in to the Container registry
24
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
25
with:
@@ -41,6 +43,8 @@ jobs:
41
43
push: true
42
44
tags: ${{ steps.meta.outputs.tags }}
45
labels: ${{ steps.meta.outputs.labels }}
46
+ cache-from: type=gha
47
+ cache-to: type=gha,mode=max
48
- name: Generate artifact attestation
49
uses: actions/attest-build-provenance@v1
50
0 commit comments