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 67017f6 commit a6281f0Copy full SHA for a6281f0
.github/workflows/build-test.yml
@@ -77,8 +77,7 @@ jobs:
77
with:
78
push: false
79
load: true
80
- context: .
81
- file: ./${{ steps.short-version.outputs.result }}/${{ matrix.variant }}/Dockerfile
+ context: ./${{ steps.short-version.outputs.result }}/${{ matrix.variant }}
82
tags: ${{ env.IMAGE_TAG }}
83
84
- name: Run tests with BATS
0 commit comments