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 d250963 commit af6299bCopy full SHA for af6299b
.github/workflows/create-base-image.yaml
@@ -21,7 +21,7 @@ jobs:
21
uses: actions/checkout@v3
22
23
- name: 🔑 Login to GitHub Container Registry
24
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
25
with:
26
registry: ${{ env.REGISTRY }}
27
username: ${{ github.actor }}
.github/workflows/deploy-release.yaml
@@ -25,7 +25,7 @@ jobs:
28
29
30
31
0 commit comments