We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8501bc4 + 92729cf commit 9ee12acCopy full SHA for 9ee12ac
2 files changed
.github/workflows/deploy.yml
@@ -12,7 +12,7 @@ jobs:
12
- uses: actions/checkout@v6
13
- uses: ./.github/actions/setup-node
14
- name: Login to GitHub Container Registry
15
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
16
with:
17
registry: ghcr.io
18
username: ${{ github.actor }}
.github/workflows/push-migration-image.yml
@@ -11,7 +11,7 @@ jobs:
11
- name: Log in to GitHub Container Registry
0 commit comments