CI: update workflow for Docker image

Try to supply credentials a bit differently.
This commit is contained in:
Leonid Pliushch 2021-03-29 17:25:45 +03:00
parent 5665242cd8
commit c8988499dc
No known key found for this signature in database
GPG Key ID: 45F2964132545795

View File

@ -24,9 +24,6 @@ jobs:
cd ./scripts
docker build --tag termux/package-builder:latest .
- name: Push to hub.docker.com
env:
DOCKER_LOGIN: xeffyr
DOCKER_PASS: ${{ secrets.DOCKER_HUB_PASSWORD }}
run: |
docker login --username "${DOCKER_LOGIN}" --password "${DOCKER_PASS}"
docker login --username xeffyr --password '${{ secrets.DOCKER_HUB_PASSWORD }}'
docker push termux/package-builder:latest