File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 3636 with :
3737 username : ${{ secrets.DOCKERHUB_USERNAME }}
3838 password : ${{ secrets.DOCKERHUB_PASSWORD }}
39+
40+ - name : Login to GitHub Container Registry
41+ uses : docker/login-action@v2
42+ with :
43+ registry : ghcr.io
44+ username : ${{ github.actor }}
45+ password : ${{ secrets.GITHUB_TOKEN }}
3946 -
4047 name : Docker meta backend
4148 id : backendMeta
Original file line number Diff line number Diff line change 4848 with :
4949 username : ${{ secrets.DOCKERHUB_USERNAME }}
5050 password : ${{ secrets.DOCKERHUB_PASSWORD }}
51+
52+ - name : Login to GitHub Container Registry
53+ uses : docker/login-action@v2
54+ with :
55+ registry : ghcr.io
56+ username : ${{ github.actor }}
57+ password : ${{ secrets.GITHUB_TOKEN }}
5158 -
5259 name : Build and push clowder-build
5360 uses : docker/build-push-action@v3
You can’t perform that action at this time.
0 commit comments