Update .gitea/workflows/release.yaml
Some checks failed
Publish Docker image / Push Docker image to Docker registry (push) Failing after 2m47s
Some checks failed
Publish Docker image / Push Docker image to Docker registry (push) Failing after 2m47s
This commit is contained in:
parent
9f543ee745
commit
52196c54ca
1 changed files with 0 additions and 1 deletions
|
@ -34,7 +34,6 @@ jobs:
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v4
|
uses: docker/build-push-action@v4
|
||||||
with:
|
with:
|
||||||
context: .
|
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
push: true
|
push: true
|
||||||
tags: latest
|
tags: latest
|
||||||
|
|
Loading…
Reference in a new issue