Update docker-push.yml
This commit is contained in:
parent
51c2cdbc79
commit
d98131ea43
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-push.yml
vendored
2
.github/workflows/docker-push.yml
vendored
|
|
@ -39,7 +39,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
ghcr.io/erisa/worker-links:latest
|
ghcr.io/erisa/worker-links:latest
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue