File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ jobs:
195
195
ports :
196
196
- 5000:5000
197
197
steps :
198
- - uses : docker/login-action@v2
198
+ - uses : docker/login-action@v3
199
199
with :
200
200
registry : ghcr.io
201
201
username : ${{ github.actor }}
@@ -265,7 +265,7 @@ jobs:
265
265
echo "downloaded & installed regctl"
266
266
regctl registry set --tls disabled localhost:5000
267
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
- - uses : docker/login-action@v2
268
+ - uses : docker/login-action@v3
269
269
with :
270
270
registry : ghcr.io
271
271
username : ${{ github.actor }}
@@ -328,7 +328,7 @@ jobs:
328
328
- uses : softprops/action-gh-release@v2
329
329
with :
330
330
body_path : release.md
331
- prerelease : ${{ contains(${{ needs.eval-tag.outputs.version}} , '-rc') || contains(${{ needs.eval-tag.outputs.version}} , 'alpha') }}
331
+ prerelease : ${{ contains(needs.eval-tag.outputs.version, '-rc') || contains(needs.eval-tag.outputs.version, 'alpha') }}
332
332
repository : unionlabs/union
333
333
token : ${{ secrets.UNION_RELEASES_PAT }}
334
334
name : ${{needs.eval-tag.outputs.component}} ${{needs.eval-tag.outputs.version}}
You can’t perform that action at this time.
0 commit comments