File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -28,22 +28,19 @@ jobs:
2828 uses : docker/login-action@v3
2929 with :
3030 registry : ghcr.io
31- username : ${{ secrets.PAT_USERNAME }}
32- password : ${{ secrets.PAT_TOKEN }}
31+ username : ${{ github.repository_owner }}
32+ password : ${{ secrets.GITHUB_TOKEN }}
3333
3434 - name : Extract metadata (tags, labels) for Docker
3535 id : meta
3636 uses : docker/metadata-action@v4
3737 with :
38- images : ghcr.io/${{ env.IMAGE_NAME }}
38+ images : ghcr.io/bigcommerce/stencil-cli
3939 - name : Set up Docker Buildx
4040 uses : docker/setup-buildx-action@v3
4141
4242 - name : Build and push
4343 uses : docker/build-push-action@v6
4444 with :
4545 push : true
46- registry : ghcr.io
47- username : ${{ github.actor }}
48- password : ${{ secrets.GITHUB_TOKEN }}
4946 tags : bigcommerce/stencil-cli:latest
You can’t perform that action at this time.
0 commit comments