Skip to content

Commit

Permalink
chore: Fix typo in Docker image build and push paths for services in …
Browse files Browse the repository at this point in the history
…docker-images.yml
  • Loading branch information
cedricdcc committed May 10, 2024
1 parent c6f2aac commit ff78e87
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 @@ -27,7 +27,7 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
echo "Existing packages made by this repo"
export PACKAGES = $(gh api repos/vlizbe/vocabserver-app/packages | jq '.[] | .name')
export PACKAGES = $(gh api repos/vlizBE/vocabserver-app/packages | jq '.[] | .name')
echo PACKAGES
- name: Extract tag name
id: get_tag
Expand Down

0 comments on commit ff78e87

Please sign in to comment.