Skip to content

Commit

Permalink
fix: using ${{ token }} instead of $token
Browse files Browse the repository at this point in the history
  • Loading branch information
ltaoo committed Dec 24, 2024
1 parent 4d9be58 commit 59a2f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ jobs:
cd $HOME/api
VERSION=$(jq -r '.version' package.json)
docker build -t ltaoo/family_flix:$VERSION .
echo $DOCKER_TOKEN | docker login -u $DOCKER_USERNAME --password-stdin
echo ${{ secrets.DOCKER_TOKEN }} | docker login -u ${{ secrets.DOCKER_USERNAME }} --password-stdin
docker push ltaoo/family_flix:$VERSION

0 comments on commit 59a2f0f

Please sign in to comment.