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 20d8eca commit c6f2aac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
- name: install jq
run: sudo apt-get install jq
- name: Extract existing packages made by this repo into variable using gh api
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
echo "Existing packages made by this repo"
export PACKAGES = $(gh api repos/vlizbe/vocabserver-app/packages | jq '.[] | .name')
Expand Down

0 comments on commit c6f2aac

Please sign in to comment.