CI: update workflow for Docker image
Try to supply credentials a bit differently.
This commit is contained in:
parent
5665242cd8
commit
c8988499dc
5
.github/workflows/docker_image.yml
vendored
5
.github/workflows/docker_image.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user