We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faa27c8 commit 07a0ed9Copy full SHA for 07a0ed9
.github/workflows/release-component.yml
@@ -1,4 +1,4 @@
1
-name: Release Component
+ame: Release Component
2
3
on:
4
push:
@@ -195,7 +195,7 @@ jobs:
195
ports:
196
- 5000:5000
197
steps:
198
- - uses: docker/login-action@v2
+ - uses: docker/login-action@v3
199
with:
200
registry: ghcr.io
201
username: ${{ github.actor }}
@@ -265,7 +265,7 @@ jobs:
265
echo "downloaded & installed regctl"
266
regctl registry set --tls disabled localhost:5000
267
regctl image mod "localhost:5000/unionlabs/$COMPONENT:$TAG" --to-oci --create "$TAG" --annotation org.opencontainers.image.description="$(cat "$GITHUB_WORKSPACE/.github/container-descriptions/$COMPONENT.txt")"
268
269
270
271
0 commit comments