Skip to content

Commit

Permalink
Merge pull request #13 from nsslums/update-container-registry
Browse files Browse the repository at this point in the history
Fix Update container registry
  • Loading branch information
irumaru authored Jun 24, 2024
2 parents 467b3a0 + b6af225 commit ed02a0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ jobs:
runs-on: ubuntu-latest
env:
REGISTRY: ghcr.io
IMAGE: "${{ github.repository }}:${{ github.sha }}"
IMAGE: "ghcr.io/${{ github.repository }}:${{ github.sha }}"
# このリポジトリに対する書き込み権限を付与
permissions:
contents: write
packages: write
steps:
-
name: Checkout
Expand Down
4 changes: 1 addition & 3 deletions k8s/syncing/citbot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: citbot
image: "gitlab-registry.maruru.me/nsslums/cit-bot:ee9ab4cb27084240cc964ce5b9fac7d663c5dc40"
image: "ghcr.io/nsslums/cit-bot:1ba3478c1cc0b87253b737b9efd11580736d8a50"
env:
# auth
- name: TOKEN
Expand All @@ -27,8 +27,6 @@ spec:
volumeMounts:
- mountPath: "/mnt/data"
name: data
imagePullSecrets:
- name: gitlab-nsslums-citbot
volumes:
- name: data
persistentVolumeClaim:
Expand Down

0 comments on commit ed02a0e

Please sign in to comment.