Skip to content

Commit e67a383

Browse files
committed
ci: fix tags
1 parent dbcc83b commit e67a383

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/nightly-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ jobs:
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 }}

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)