Skip to content

Commit

Permalink
Fixed 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 0b95c61 commit df6448b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,12 @@ jobs:

run: echo "BASEURL=/oeh-metadata-vocabs" > .env

- name: build public dir with docker image
- name: login to docker hub

run: docker login ${{env.docker_repository}} -u ${{ secrets.DOCKER_EDU_HUB_REGISTRY_USERNAME }} -p ${{ secrets.DOCKER_EDU_HUB_REGISTRY_PASSWORD }}

- name: build public dir with docker image

run: >
docker run
-v $(pwd)/public:/app/public
Expand Down

0 comments on commit df6448b

Please sign in to comment.