Update .forgejo/workflows/docker-publish.yml
Some checks failed
Docker / build (push) Failing after 0s
Some checks failed
Docker / build (push) Failing after 0s
This commit is contained in:
parent
75f4febcf9
commit
8c9bce4c11
1 changed files with 1 additions and 1 deletions
|
|
@ -30,5 +30,5 @@ jobs:
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
tags: ${{ env.REGISTRY }}/${{ gitea.repository }}:latest
|
tags: ${{ env.REGISTRY }}/${{ gitea.repository }}:latest
|
||||||
platforms: linux/arm64
|
platforms: linux/amd64
|
||||||
push: true
|
push: true
|
||||||
Loading…
Add table
Add a link
Reference in a new issue