Skip to content

Commit 9a8d9bc

Browse files
committed
use containerfile in push to quay action
1 parent b42ba54 commit 9a8d9bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/push-to-quay.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
uses: docker/build-push-action@v5
4444
with:
4545
context: .
46+
file: ./Containerfile
4647
push: true
4748
tags: |
4849
${{ env.IMAGE_NAME }}:${{ steps.meta.outputs.sha_tag }}

0 commit comments

Comments
 (0)