Skip to content

Commit 07a0ed9

Browse files
committed
chore(ci): update docker login to valid version
1 parent faa27c8 commit 07a0ed9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release-component.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Release Component
1+
ame: Release Component
22

33
on:
44
push:
@@ -195,7 +195,7 @@ jobs:
195195
ports:
196196
- 5000:5000
197197
steps:
198-
- uses: docker/login-action@v2
198+
- uses: docker/login-action@v3
199199
with:
200200
registry: ghcr.io
201201
username: ${{ github.actor }}
@@ -265,7 +265,7 @@ jobs:
265265
echo "downloaded & installed regctl"
266266
regctl registry set --tls disabled localhost:5000
267267
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-
- uses: docker/login-action@v2
268+
- uses: docker/login-action@v3
269269
with:
270270
registry: ghcr.io
271271
username: ${{ github.actor }}

0 commit comments

Comments
 (0)