1
0
mirror of https://github.com/stonith404/pingvin-share.git synced 2024-07-04 16:30:13 +02:00

Fix Docker workflow registry

This commit is contained in:
Elias Schneider 2022-05-11 19:32:15 +02:00
parent ff472a9bfa
commit b8ec02f711
No known key found for this signature in database
GPG Key ID: D5EC1C72D93244FD

View File

@ -17,7 +17,7 @@ jobs:
with: with:
version: latest version: latest
- name: login to docker registry - name: login to docker registry
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login ghcr.io -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin
- name: build the image - name: build the image
run: | run: |
docker buildx build --push \ docker buildx build --push \