Skip to content

Commit

Permalink
Added docker repo access
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Kummerländer committed Apr 19, 2024
1 parent 2591a19 commit 0b95c61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
run: echo "BASEURL=/oeh-metadata-vocabs" > .env

- name: build public dir with docker image
run: docker login ${{env.docker_repository}} -u ${{ secrets.DOCKER_EDU_HUB_REGISTRY_USERNAME }} -p ${{ secrets.DOCKER_EDU_HUB_REGISTRY_PASSWORD }}
run: >
docker run
-v $(pwd)/public:/app/public
Expand Down

0 comments on commit 0b95c61

Please sign in to comment.