Skip to content

Commit

Permalink
build: fix publish (DSP-184) (#1638)
Browse files Browse the repository at this point in the history
  • Loading branch information
subotic committed Apr 24, 2020
1 parent b2fb8fb commit 4f88f4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Expand Up @@ -389,6 +389,7 @@ jobs:
- name: build and publish all images to Dockerhub
run: |
echo ${{ secrets.DOCKER_HUB_TOKEN }} | docker login -u ${{ secrets.DOCKER_USER }} --password-stdin
mkdir -p $( dirname "$KNORA_GDB_LICENSE") && touch "$KNORA_GDB_LICENSE"
make publish-all-images
- name: Disk Free After
run: |
Expand Down

0 comments on commit 4f88f4f

Please sign in to comment.