We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6e2c1a7 + 27fdaa8 commit dc5c5eeCopy full SHA for dc5c5ee
.github/workflows/image.yaml
@@ -57,7 +57,7 @@ jobs:
57
58
echo "PUSH_ON_BUILD=${GENERATE_ARTIFACTS}" >> $GITHUB_ENV
59
- name: Login to GitHub Container Registry
60
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
61
with:
62
registry: ghcr.io
63
username: ${{ github.actor }}
@@ -99,7 +99,7 @@ jobs:
99
echo "GENERATE_ARTIFACTS=${GENERATE_ARTIFACTS}" >> $GITHUB_ENV
100
101
if: ${{ env.GENERATE_ARTIFACTS == 'true' }}
102
103
104
105
0 commit comments