Skip to content

Commit

Permalink
Merge pull request #3 from alan-turing-institute/remove-tag-quotes
Browse files Browse the repository at this point in the history
remove quote from tag
  • Loading branch information
joseph-palmer authored Aug 7, 2023
2 parents dc1126d + 23eb24c commit 47db4b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ jobs:
- name: Set pre-release suffix
if: ${{ github.event.release.prerelease }}
run: |
echo "TAG_SUFFIX='prelease'" >> $GITHUB_ENV
echo "TAG_SUFFIX=prelease" >> $GITHUB_ENV
- name: Set release suffix
if: ${{ !github.event.release.prerelease }}
run: |
echo "TAG_SUFFIX='latest'" >> $GITHUB_ENV
echo "TAG_SUFFIX=latest" >> $GITHUB_ENV
- name: Login to Docker Hub
id: docker_login
Expand Down

0 comments on commit 47db4b2

Please sign in to comment.