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 f4f9d40 commit 74085baCopy full SHA for 74085ba
.github/workflows/build.yml
@@ -82,7 +82,7 @@ jobs:
82
docker-compose --version
83
echo "${GITHUB_REF}"
84
- name: Login to GitHub Container Registry
85
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
86
with:
87
registry: ghcr.io
88
username: ${{ github.actor }}
0 commit comments