File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4141 with :
4242 context : .
4343 push : true
44- tags : nightly,${{ steps.short_sha.outputs.short_sha }}
44+ tags : ghcr.io/jef/streetmerchant: nightly,ghcr.io/jef/streetmerchant: ${{ steps.short_sha.outputs.short_sha }}
Original file line number Diff line number Diff line change @@ -41,11 +41,11 @@ jobs:
4141 uses : docker/login-action@v2
4242 with :
4343 registry : ghcr.io
44- username : ${{ github.actor }}
44+ username : github
4545 password : ${{ secrets.GITHUB_TOKEN }}
4646 - name : Build and push Docker image
4747 uses : docker/build-push-action@v3
4848 with :
4949 context : .
5050 push : true
51- tags : latest,${{ needs.release.outputs.tag_name_no_v }}
51+ tags : ghcr.io/jef/streetmerchant: latest,ghcr.io/jef/streetmerchant: ${{ needs.release.outputs.tag_name_no_v }}
You can’t perform that action at this time.
0 commit comments