Skip to content

Commit 8125b1e

Browse files
authored
Merge pull request #794 from dev-hato/fix_docker_ci
GitHub PackagesへのデプロイCI修正
2 parents 8f159b3 + 1fecf85 commit 8125b1e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pr-docker-hato-bot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ jobs:
3939
HEAD_REF: ${{github.head_ref}}
4040
if: ${{ github.event_name == 'pull_request' }}
4141
- run: |
42-
echo 'TAG_NAME=v${{ github.event.release.tag_name }}' >> "$GITHUB_ENV"
42+
echo 'TAG_NAME=${{ github.event.release.tag_name }}' >> "$GITHUB_ENV"
4343
echo 'TAG_NAME=latest' >> "$GITHUB_ENV"
44-
if: ${{ github.event_name == 'relase' }}
44+
if: ${{ github.event_name == 'release' }}
4545
- name: Build docker image
4646
run: docker-compose build --build-arg BUILDKIT_INLINE_CACHE=1
4747
- name: Start docker

0 commit comments

Comments
 (0)