Skip to content

Commit

Permalink
Merge pull request #81 from cybozu-go/migrate-to-ghcr
Browse files Browse the repository at this point in the history
Migrate to ghcr.io
  • Loading branch information
yokaze authored Jan 9, 2024
2 parents 53a2cb7 + e86a9bc commit 379d0a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
runs-on: ubuntu-22.04
if: startsWith(github.ref, 'refs/tags/v')
container:
image: quay.io/cybozu/golang:1.21-jammy # used for ghr, not for go command
image: ghcr.io/cybozu/golang:1.21-jammy # used for ghr, not for go command
steps:
- run: mkdir -p /tmp/upload
- name: Download etcdpasswd deb package
Expand Down

0 comments on commit 379d0a3

Please sign in to comment.