mirror of
https://github.com/pinry/pinry.git
synced 2026-01-11 01:32:05 +01:00
fix: try to fix builds
This commit is contained in:
2
.github/workflows/build-docker.yml
vendored
2
.github/workflows/build-docker.yml
vendored
@@ -18,8 +18,6 @@ jobs:
|
||||
uses: docker/setup-qemu-action@v1
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v1
|
||||
with:
|
||||
use: linux/amd64,linux/arm64,linux/arm/v7
|
||||
- name: Login to DockerHub
|
||||
run: echo "${{ secrets.PINRY_DOCKER_PASSWORD }}" | docker login -u "${{ secrets.PINRY_DOCKER_USERNAME }}" --password-stdin
|
||||
- name: build the image
|
||||
|
||||
Reference in New Issue
Block a user