Skip to content

Commit

Permalink
chore: Update Docker image build and push paths for services in docke…
Browse files Browse the repository at this point in the history
…r-images.yml
  • Loading branch information
cedricdcc committed May 10, 2024
1 parent 435f14d commit a81d89d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
env:
GH-TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
export TAGS=$(curl -s -H "Authorization: token $GH-TOKEN" https://api.github.com/repos/vlizbe/vocabserver-app/tags | jq -r '.[].name')
export TAGS=$(curl -s -H "Authorization: token $GH-TOKEN" https://api.github.com/repos/vlizBE/vocabserver-app/tags)
echo $TAGS
- name: Build the Docker images and Push them to the registry-namespace indicated in REG_NS
Expand Down

0 comments on commit a81d89d

Please sign in to comment.