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 5f5dc9e commit 48f7731Copy full SHA for 48f7731
.github/workflows/ci-pr.yml
@@ -54,7 +54,7 @@ jobs:
54
- name: Set up Docker Buildx
55
uses: docker/setup-buildx-action@v2
56
- name: Login Github Container registry
57
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
58
with:
59
registry: ghcr.io
60
username: ${{ github.actor }}
.github/workflows/ci-release.yml
@@ -51,7 +51,7 @@ jobs:
51
52
53
0 commit comments