Skip to content

Commit

Permalink
fix(backend): Fix deploy to docker
Browse files Browse the repository at this point in the history
  • Loading branch information
amaury1093 committed Aug 15, 2022
1 parent f0ed49f commit 20fcfa6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- run: cd backend
- name: Set GITHUB_TAG env
id: vars
run: echo ::set-output name=GITHUB_TAG::${GITHUB_REF:18} # Remove /refs/head/backend/
Expand Down

0 comments on commit 20fcfa6

Please sign in to comment.