Skip to content

Commit

Permalink
fix(env): handle issues with environment variable containing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Wil-JsDev authored Jan 9, 2025
1 parent 80cbc0e commit 340c1b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
- name: Docker Push
env:
NEW_VERSION: ${{steps.version.output.version}}
NEW_VERSION: ${{ steps.version.outputs.version }}
run: |
docker push wdelacruzdev/cuidandopaws-backend:$NEW_VERSION
docker push wdelacruzdev/cuidandopaws-backend:$NEW_VERSION
docker push wdelacruzdev/cuidandopaws-backend:latest

0 comments on commit 340c1b5

Please sign in to comment.