Skip to content

Commit

Permalink
ci: ghcr 토큰을 추가한다
Browse files Browse the repository at this point in the history
  • Loading branch information
devxb committed Apr 11, 2024
1 parent 7ae5c2a commit 1b350b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.GHCR_TOKEN }}

- name: extract version
run: echo "##[set-output name=version;]$(echo '${{ github.event.head_commit.message }}' | egrep -o '[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}')"
Expand All @@ -63,7 +63,7 @@ jobs:
platforms: linux/arm64/v8
push: true
tags: |
ghcr.io/devxb:gitanimals-0.0.2
ghcr.io/devxb/gitanimals:0.0.2
build-args: |
"DB_URL=${{ secrets.DB_URL }}"
"DB_USERNAME=${{ secrets.DB_USERNAME }}"
Expand Down

0 comments on commit 1b350b3

Please sign in to comment.