File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 1313
1414 runs-on : ubuntu-latest
1515
16- permissions :
17- packages : write
18- contents : read
16+ # permissions:
17+ # packages: write
18+ # contents: read
1919
2020 steps :
2121 - uses : actions/checkout@v3
@@ -29,12 +29,12 @@ jobs:
2929 username : ${{ secrets.DOCKER_USERNAME }}
3030 password : ${{ secrets.DOCKER_PASSWORD }}
3131
32- - name : Log in to the Container registry
33- uses : docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
34- with :
35- registry : ghcr.io
36- username : ${{ github.actor }}
37- password : ${{ secrets.GITHUB_TOKEN }}
32+ # - name: Log in to the Container registry
33+ # uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
34+ # with:
35+ # registry: ghcr.io
36+ # username: ${{ github.actor }}
37+ # password: ${{ secrets.GITHUB_TOKEN }}
3838
3939 - name : Build and push Docker images
4040 uses : docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
You can’t perform that action at this time.
0 commit comments