use Containerfile instead of Dockerfile in build workflow
Build and Push Container / build-and-push (push) Failing after 21s
Build and Push Container / build-and-push (push) Failing after 21s
This commit is contained in:
@@ -35,6 +35,7 @@ jobs:
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: .
|
||||
file: ./Containerfile
|
||||
push: true
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
|
||||
Reference in New Issue
Block a user