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 4532d5a commit 2372ba3Copy full SHA for 2372ba3
.github/workflows/docker-image.yml
@@ -60,6 +60,14 @@ jobs:
60
run: |
61
docker run --rm ${{ env.TEST_TAG }}
62
63
+ -
64
+ name: Login to DockerHub
65
+ if: github.event_name != 'pull_request' && github.event_name != 'push'
66
+ uses: docker/login-action@v2
67
+ with:
68
+ username: ${{ secrets.DOCKER_HUB_USERNAME }}
69
+ password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
70
+
71
-
72
name: Build and push
73
uses: docker/build-push-action@v3
0 commit comments