ci: fix yaml syntax for gitea actions compatibility
Build and Push Docker Image / build-and-push (push) Failing after 2m52s
Build and Push Docker Image / build-and-push (push) Failing after 2m52s
This commit is contained in:
@@ -34,9 +34,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
platforms:
|
platforms: linux/amd64
|
||||||
- linux/amd64
|
|
||||||
push: true
|
push: true
|
||||||
tags:
|
tags: |
|
||||||
- ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
|
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
|
||||||
- ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.sha }}
|
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.sha }}
|
||||||
|
|||||||
Reference in New Issue
Block a user