We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3563185 commit 1eecceeCopy full SHA for 1eeccee
1 file changed
.github/workflows/release.yml
@@ -7,7 +7,7 @@ on:
7
8
permissions:
9
id-token: write
10
- contents: read
+ contents: write
11
jobs:
12
build:
13
runs-on: ubuntu-latest
@@ -68,4 +68,4 @@ jobs:
68
run: |
69
docker tag docker.cloudsmith.io/${{ vars.CLOUDSMITH_NAMESPACE }}/cli-zipapp/cloudsmith-cli:${{ env.VERSION }} cloudsmith/cloudsmith-cli:${{ env.VERSION }}
70
echo "${{ secrets.DOCKERHUB_PAT }}" | docker login -u ${{ vars.DOCKERHUB_USER }} --password-stdin
71
- docker push cloudsmith/cloudsmith-cli:${{ env.VERSION }}
+ docker push cloudsmith/cloudsmith-cli:${{ env.VERSION }}
0 commit comments