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 0cb1abb commit d5f6036Copy full SHA for d5f6036
.github/workflows/build.yml
@@ -50,14 +50,14 @@ jobs:
50
51
- name: Login to DockerHub
52
if: github.event_name != 'pull_request'
53
- uses: docker/login-action@v1.13.0
+ uses: docker/login-action@v1.14.0
54
with:
55
username: ${{ secrets.DOCKERHUB_USERNAME }}
56
password: ${{ secrets.DOCKERHUB_TOKEN }}
57
58
- name: Login to GitHub Container Registry
59
60
61
62
registry: ghcr.io
63
username: ${{ github.actor }}
0 commit comments