mirror of
https://github.com/TheBeastLT/torrentio-scraper.git
synced 2026-04-20 10:02:04 +00:00
Update deploy_docker_ghcr.yml
This commit is contained in:
parent
4f75223678
commit
07654863db
1 changed files with 1 additions and 3 deletions
4
.github/workflows/deploy_docker_ghcr.yml
vendored
4
.github/workflows/deploy_docker_ghcr.yml
vendored
|
|
@ -20,8 +20,6 @@ jobs:
|
|||
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v2
|
||||
with:
|
||||
platforms: 'arm64,arm,amd64'
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v2
|
||||
|
|
@ -69,7 +67,7 @@ jobs:
|
|||
with:
|
||||
context: ./addon/
|
||||
push: true
|
||||
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6,linux/386
|
||||
platforms: linux/amd64,linux/arm64
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
cache-from: type=gha
|
||||
|
|
|
|||
Loading…
Reference in a new issue