1
0
mirror of https://github.com/stonith404/pingvin-share.git synced 2024-06-30 14:40:10 +02:00

Update Docker build workflow

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

View File

@ -17,9 +17,9 @@ jobs:
with:
version: latest
- name: login to docker registry
run: echo "${{ secrets.GHP_TOKEN }}" | docker login ghcr.io -u "${{ secrets.GH_USER }}" --password-stdin
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login ghcr.io -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin
- name: build the image
run: |
docker buildx build --push \
--tag ghcr.io/${{ github.repository }}:latest \
--tag stonith404/pingvin-share:latest \
--platform linux/amd64,linux/arm64 .