Browse Source

feat(public repo)log in the 01-edu repository prior to executing the other actions

pull/1649/head
Chris 1 year ago committed by Harry
parent
commit
02f28b9695
  1. 7
      .github/workflows/docker-images.yml

7
.github/workflows/docker-images.yml

@ -20,6 +20,13 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Login to docker.01-edu.org Registry
uses: docker/login-action@v1
with:
registry: docker.01-edu.org
username: ${{ secrets.USER_DOCKER_01EDU_ORG }}
password: ${{ secrets.SECRET_DOCKER_01EDU_ORG }}
- name: Build the Sh Docker image
run: |
docker build sh/tests/ --file sh/tests/Dockerfile --tag ghcr.io/01-edu/test-sh:latest

Loading…
Cancel
Save