Skip to content

Commit 8c3d032

Browse files
committed
fix: Make the github action work with the Containerfile
1 parent e9ca4be commit 8c3d032

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
- name: Build and push
4848
uses: docker/build-push-action@v5
4949
with:
50+
file: ./Containerfile
5051
push: true
5152
tags: |
5253
ghcr.io/${{ env.REPO }}:${{ github.ref_name }}

0 commit comments

Comments
 (0)