Skip to content

Commit a6281f0

Browse files
committed
Test fix for build action
1 parent 67017f6 commit a6281f0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-test.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,7 @@ jobs:
7777
with:
7878
push: false
7979
load: true
80-
context: .
81-
file: ./${{ steps.short-version.outputs.result }}/${{ matrix.variant }}/Dockerfile
80+
context: ./${{ steps.short-version.outputs.result }}/${{ matrix.variant }}
8281
tags: ${{ env.IMAGE_TAG }}
8382

8483
- name: Run tests with BATS

0 commit comments

Comments
 (0)