Skip to content

Commit

Permalink
ghcr指定をしてなかった
Browse files Browse the repository at this point in the history
  • Loading branch information
masebb committed Jul 6, 2023
1 parent 75ccdca commit 2b70693
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push
uses: docker/build-push-action@v2
with:
platforms: linux/amd64,linux/arm64
context: .
push: true
tags: |
${{ github.ref_name }}
tags: ghcr.io/masebb/ttsbot:${{ github.ref_name }}

0 comments on commit 2b70693

Please sign in to comment.