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 ea3d36f commit 07caa4cCopy full SHA for 07caa4c
.github/workflows/development.yml
@@ -18,7 +18,7 @@ jobs:
18
echo "SHORT_SHA=`echo ${GITHUB_SHA} | cut -c1-8`" >> $GITHUB_ENV
19
20
- name: Login to GitHub Container Registry
21
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
22
with:
23
registry: ghcr.io
24
username: ${{ github.actor }}
.github/workflows/production.yml
@@ -16,7 +16,7 @@ jobs:
16
uses: actions/checkout@v4.3.1
17
0 commit comments