fix: fixed the workflow for publishing ci runner docker image (#28703)

This commit is contained in:
Aarif
2021-09-10 12:13:48 +05:00
committed by GitHub
parent 0d58faa926
commit 475a6af2af

View File

@@ -14,7 +14,7 @@ jobs:
DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }}
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
run : |
docker build -f .ci/Dockerfile
docker tag openedx/edx-platform-ci-runner
docker build -t openedx/edx-platform-ci-runner:latest -f scripts/ci-runner.Dockerfile .
make docker_auth
docker push 'openedx/edx-platform-ci-runner:latest'