Skip to content

Commit b408184

Browse files
authored
Merge pull request #795 from dev-hato/develop
リリース
2 parents c054ec3 + 8125b1e commit b408184

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)