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 4274381 commit aa17be7Copy full SHA for aa17be7
.github/workflows/ci.yml
@@ -42,12 +42,12 @@ jobs:
42
type=raw,value=gh-${{ github.run_id }}
43
type=sha,format=short
44
45
- # - name: Log in to Docker Hub
46
- # if: ${{ secrets.DOCKERHUB_USERNAME && secrets.DOCKERHUB_TOKEN }}
47
- # uses: docker/login-action@v3
48
- # with:
49
- # username: ${{ secrets.DOCKERHUB_USERNAME }}
50
- # password: ${{ secrets.DOCKERHUB_TOKEN }}
+ - name: Log in to Docker Hub
+ if: ${{ secrets.DOCKERHUB_USERNAME && secrets.DOCKERHUB_TOKEN }}
+ uses: docker/login-action@v3
+ with:
+ username: ${{ secrets.DOCKERHUB_USERNAME }}
+ password: ${{ secrets.DOCKERHUB_TOKEN }}
51
52
- name: Build and push Docker image
53
uses: docker/build-push-action@v6
0 commit comments