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 ff6df3a commit 247b6e4Copy full SHA for 247b6e4
1 file changed
.github/workflows/Release.yaml
@@ -202,7 +202,7 @@ jobs:
202
run: echo "commit=$(git rev-parse --short=8 $GITHUB_SHA)" >> $GITHUB_OUTPUT
203
204
- uses: docker/setup-buildx-action@v3
205
- - uses: docker/login-action@v3
+ - uses: docker/login-action@v4
206
with:
207
registry: cr.noelware.cloud
208
username: noelbot
@@ -247,7 +247,7 @@ jobs:
247
- uses: auguwu/git-tag-action@v2
248
id: tag
249
250
251
252
253
0 commit comments