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 f58c875 commit c5f16d4Copy full SHA for c5f16d4
.github/workflows/_build-template.yml
@@ -47,14 +47,14 @@ jobs:
47
-
48
name: Login to Docker Hub
49
if: github.event_name == 'release' && github.event.action == 'published'
50
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
51
with:
52
username: ${{ secrets.DOCKERHUB_USERNAME }}
53
password: ${{ secrets.DOCKERHUB_TOKEN }}
54
55
name: Login to GitHub Container Registry
56
57
58
59
registry: ghcr.io
60
username: ${{ github.repository_owner }}
0 commit comments