We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8762a58 commit fc99f42Copy full SHA for fc99f42
2 files changed
.github/workflows/ci.yaml
@@ -61,4 +61,4 @@ jobs:
61
runCmd: |
62
# manually login to ghcr.io for publishing
63
echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
64
- ./scripts/publish.sh "latest"
+ ./scripts/publish.sh "main"
.github/workflows/release.yaml
@@ -56,4 +56,4 @@ jobs:
56
57
58
# Note: "${{ github.ref_name }}" will be the tag name, e.g., "1.0.0"
59
- ./scripts/publish.sh "${{ github.ref_name }}"
+ ./scripts/publish.sh "${{ github.ref_name }}" "latest"
0 commit comments