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:
|
||||
context: .
|
||||
file: ./Dockerfile
|
||||
platforms:
|
||||
- linux/amd64
|
||||
platforms: linux/amd64
|
||||
push: true
|
||||
tags:
|
||||
- ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
|
||||
- ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.sha }}
|
||||
tags: |
|
||||
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
|
||||
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.sha }}
|
||||
|
||||
Reference in New Issue
Block a user