We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcdd6b1 commit a77e673Copy full SHA for a77e673
.github/workflows/docker.yml
@@ -53,7 +53,7 @@ jobs:
53
- name: Build and push image
54
uses: docker/build-push-action@v6
55
with:
56
- context: ./docker/dockerfile/Dockerfile
+ context: .
57
file: ${{ inputs.dockerfile }}
58
platforms: ${{ matrix.platform }}
59
push: true
.github/workflows/pr-checker.yml
@@ -21,6 +21,7 @@ jobs:
21
22
23
context: .
24
+ file: ./docker/dockerfile/Dockerfile
25
push: false
26
tags: portabase/portabase:pr-${{ github.event.number }}
27
cache-from: type=gha
0 commit comments