Skip to content

Commit

Permalink
workflow registry update gitlab
Browse files Browse the repository at this point in the history
  • Loading branch information
irumaru committed Oct 11, 2023
1 parent a4adf7b commit 2474a53
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
runs-on: ubuntu-latest
env:
IMAGE: "ghcr.io/nsslums/cit-bot:${{ github.sha }}"
IMAGE: "gitlab-registry.maruru.me/nsslums/cit-bot:${{ github.sha }}"
# このリポジトリに対する書き込み権限を付与
permissions:
contents: write
Expand All @@ -21,9 +21,9 @@ jobs:
- name: Login GitHub Packages
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.CITBOT_GHCR_PUSH }}
registry: gitlab-registry.maruru.me
username: ${{ secrets.GITLAB_USERNAME }}
password: ${{ secrets.GITLAB_TOKEN }}
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
Expand Down

0 comments on commit 2474a53

Please sign in to comment.