Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
espenhgn committed Sep 20, 2024
1 parent e126fee commit a536dd6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/container_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,11 @@ jobs:
- name: Build and export to Docker
uses: docker/build-push-action@v6
with:
context: "{{defaultContext}}:docker"
load: true
tags: ${{ env.TEST_TAG }}
file:
./dockerfiles/container_template/Dockerfile
- name: Test
run: |
docker run --rm ${{ env.TEST_TAG }}
Expand Down

0 comments on commit a536dd6

Please sign in to comment.