Skip to content

Commit

Permalink
Switch to different get-tag action
Browse files Browse the repository at this point in the history
  • Loading branch information
jkelvie committed Nov 20, 2020
1 parent 5bea01e commit 03f847c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ jobs:
deploy:
runs-on: ubuntu-latest
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
MYSQL_DATABASE: ${{ secrets.MYSQL_DATABASE }}
MYSQL_HOST: ${{ secrets.MYSQL_HOST }}
MYSQL_PASSWORD: ${{ secrets.MYSQL_PASSWORD }}
Expand All @@ -22,7 +21,7 @@ jobs:
echo 'MySQL: ' $MYSQL_HOST
# Need to parse the github ref, which is in the form refs/heads/TAG_NAME - this little action does that
- uses: olegtarasov/get-tag@v2
- uses: little-core-labs/get-git-tag@v3.0.1
id: tagName

- name: Create docker image
Expand Down

0 comments on commit 03f847c

Please sign in to comment.