We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c054ec3 + 8125b1e commit b408184Copy full SHA for b408184
1 file changed
.github/workflows/pr-docker-hato-bot.yml
@@ -39,9 +39,9 @@ jobs:
39
HEAD_REF: ${{github.head_ref}}
40
if: ${{ github.event_name == 'pull_request' }}
41
- run: |
42
- echo 'TAG_NAME=v${{ github.event.release.tag_name }}' >> "$GITHUB_ENV"
+ echo 'TAG_NAME=${{ github.event.release.tag_name }}' >> "$GITHUB_ENV"
43
echo 'TAG_NAME=latest' >> "$GITHUB_ENV"
44
- if: ${{ github.event_name == 'relase' }}
+ if: ${{ github.event_name == 'release' }}
45
- name: Build docker image
46
run: docker-compose build --build-arg BUILDKIT_INLINE_CACHE=1
47
- name: Start docker
0 commit comments