We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5c07374 + d2ebf2b commit 9b656eeCopy full SHA for 9b656ee
.github/workflows/docker-nexus.yaml
@@ -38,7 +38,7 @@ jobs:
38
echo "VERSION=$(date +%Y-%m-%d-git$(git rev-parse --short HEAD))" >> $GITHUB_ENV
39
40
- name: Login to ghcr.io
41
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
42
with:
43
registry: ghcr.io
44
username: ${{ github.actor }}
.github/workflows/release.yaml
@@ -54,7 +54,7 @@ jobs:
54
uses: docker/setup-buildx-action@v2
55
56
57
58
59
60
0 commit comments