mirror of
https://github.com/stonith404/pingvin-share.git
synced 2025-01-29 01:28:59 -05:00
Update Docker build workflow
This commit is contained in:
parent
a5f450d80f
commit
ff472a9bfa
1 changed files with 2 additions and 2 deletions
4
.github/workflows/docker-image.yml
vendored
4
.github/workflows/docker-image.yml
vendored
|
@ -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 .
|
||||
|
|
Loading…
Add table
Reference in a new issue