Skip to content

Commit a77e673

Browse files
author
Théo LAGACHE
committed
fix
1 parent bcdd6b1 commit a77e673

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Build and push image
5454
uses: docker/build-push-action@v6
5555
with:
56-
context: ./docker/dockerfile/Dockerfile
56+
context: .
5757
file: ${{ inputs.dockerfile }}
5858
platforms: ${{ matrix.platform }}
5959
push: true

.github/workflows/pr-checker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
uses: docker/build-push-action@v6
2222
with:
2323
context: .
24+
file: ./docker/dockerfile/Dockerfile
2425
push: false
2526
tags: portabase/portabase:pr-${{ github.event.number }}
2627
cache-from: type=gha

0 commit comments

Comments
 (0)