Skip to content

Commit

Permalink
Merge pull request #15 from cybozu-go/fix-image-push-step
Browse files Browse the repository at this point in the history
Fix the password value to the correct value
  • Loading branch information
zeroalphat authored Nov 13, 2023
2 parents 36a2ca4 + 952a716 commit c9b33f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ inputs.github_token }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build necoperf-cli and necoperf-daemon image
run: make docker-build
- name: Push necoperf-cli and necoperf-daemon image
Expand Down

0 comments on commit c9b33f7

Please sign in to comment.