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 554e607 commit 9fdeca6Copy full SHA for 9fdeca6
.github/workflows/ci.yaml
@@ -51,8 +51,6 @@ jobs:
51
load: true # driver docker-container
52
target: ci
53
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:ci
54
- cache-from: type=gha
55
- cache-to: type=gha,mode=max
56
secrets: |
57
github_token=${{ secrets.MY_GITHUB_TOKEN }}
58
@@ -71,8 +69,6 @@ jobs:
71
69
push: false
72
70
load: true
73
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.SHA }}
74
75
76
77
78
@@ -126,8 +122,6 @@ jobs:
126
122
push: true
127
123
tags: ${{ steps.meta.outputs.tags }}
128
124
labels: ${{ steps.meta.outputs.labels }}
129
130
131
125
provenance: mode=max
132
sbom: true
133
0 commit comments