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 96ac01c commit 3f2aae4Copy full SHA for 3f2aae4
.github/workflows/release.yml
@@ -53,7 +53,13 @@ jobs:
53
name: Set up Docker Buildx
54
uses: docker/setup-buildx-action@v1
55
-
56
- name: Login to the container registry
+ name: Login to DockerHub
57
+ uses: docker/login-action@v1
58
+ with:
59
+ username: ${{ secrets.DOCKERUSER }}
60
+ password: ${{ secrets.DOCKERPASSWORD }}
61
+ -
62
+ name: Login to Quay.io
63
if: github.event_name != 'pull_request'
64
uses: docker/login-action@v1
65
with:
0 commit comments