Skip to content

Commit

Permalink
fix bad substitution issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ksato9700 committed Nov 2, 2020
1 parent 25dfb1d commit b92ac57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ jobs:
- name: Push to GitHub Container Repository (release tag)
if: github.event_name == 'release'
run: |
docker tag "${DOCKER_BASE_NAME}:latest" "${DOCKER_BASE_NAME}:${github.event.release.tag_name}"
docker push "${DOCKER_BASE_NAME}:${github.event.release.tag_name}"
docker tag "${DOCKER_BASE_NAME}:latest" "${DOCKER_BASE_NAME}:${{ github.event.release.tag_name }}"
docker push "${DOCKER_BASE_NAME}:${{ github.event.release.tag_name }}"

0 comments on commit b92ac57

Please sign in to comment.