Skip to content

Commit fc99f42

Browse files
committed
use tags as discussed
1 parent 8762a58 commit fc99f42

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ jobs:
6161
runCmd: |
6262
# manually login to ghcr.io for publishing
6363
echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
64-
./scripts/publish.sh "latest"
64+
./scripts/publish.sh "main"

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ jobs:
5656
# manually login to ghcr.io for publishing
5757
echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
5858
# Note: "${{ github.ref_name }}" will be the tag name, e.g., "1.0.0"
59-
./scripts/publish.sh "${{ github.ref_name }}"
59+
./scripts/publish.sh "${{ github.ref_name }}" "latest"

0 commit comments

Comments
 (0)