mirror of
https://github.com/fradelg/docker-mysql-cron-backup.git
synced 2025-01-18 16:22:33 +01:00
use docker --username instead of docker -u
This commit is contained in:
parent
bde69eaf1a
commit
9b542daf42
1 changed files with 1 additions and 1 deletions
2
.github/workflows/image.yml
vendored
2
.github/workflows/image.yml
vendored
|
@ -32,7 +32,7 @@ jobs:
|
|||
id: docker-tag
|
||||
uses: yuya-takeyama/docker-tag-from-github-ref-action@v1
|
||||
- name: Login to Docker Hub
|
||||
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin
|
||||
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login --username "${{ secrets.DOCKER_USERNAME }}" --password-stdin
|
||||
- name: Build multiarch image
|
||||
run: |
|
||||
docker buildx build --push \
|
||||
|
|
Loading…
Reference in a new issue