We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac7fec2 commit 60628edCopy full SHA for 60628ed
.github/workflows/image.yaml
@@ -38,6 +38,6 @@ jobs:
38
uses: docker/build-push-action@v5
39
with:
40
context: .
41
- file: ./Dockerfile.portal
+ file: ./Dockerfile
42
push: true
43
tags: ${{ env.REGISTRY }}/${{ github.repository }}:latest
0 commit comments