Skip to content

Commit

Permalink
Test fix for build action
Browse files Browse the repository at this point in the history
  • Loading branch information
MasonM committed Oct 23, 2021
1 parent 67017f6 commit a6281f0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@ jobs:
with:
push: false
load: true
context: .
file: ./${{ steps.short-version.outputs.result }}/${{ matrix.variant }}/Dockerfile
context: ./${{ steps.short-version.outputs.result }}/${{ matrix.variant }}
tags: ${{ env.IMAGE_TAG }}

- name: Run tests with BATS
Expand Down

0 comments on commit a6281f0

Please sign in to comment.