Skip to content

Commit 82d7b63

Browse files
committed
fix release from tag
1 parent a92ad73 commit 82d7b63

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tag.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
KO_DOCKER_REPO: ghcr.io/${{ github.repository_owner }}
4242
run: |
4343
./ko login ghcr.io --username $GITHUB_REPOSITORY_OWNER --password ${{ secrets.GITHUB_TOKEN }}
44-
./ko publish -B --tags v${{ steps.version.outputs.tag }} .
44+
./ko publish -B --tags ${{ steps.version.outputs.tag }} .
4545
publish_google:
4646
name: Build latest and publish to pkg.dev
4747
runs-on: ubuntu-latest
@@ -85,4 +85,4 @@ jobs:
8585
KO_DOCKER_REPO: europe-north1-docker.pkg.dev/cloud-418/mope
8686
run: |
8787
./ko login europe-north1-docker.pkg.dev --username oauth2accesstoken --password ${{ steps.auth.outputs.access_token }}
88-
./ko publish -B --tags v${{ steps.version.outputs.tag }} .
88+
./ko publish -B --tags ${{ steps.version.outputs.tag }} .

0 commit comments

Comments
 (0)