Skip to content

Commit

Permalink
path
Browse files Browse the repository at this point in the history
  • Loading branch information
espenhgn committed May 6, 2024
1 parent c4c9674 commit d7ac99b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/container_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v5
with:
context: "{{defaultContext}}:"
context: "{{defaultContext}}:src"
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
file:
./Dockerfile
./dockerfiles/mixer/Dockerfile
platforms: linux/amd64

build-apptainer-container:
Expand Down

0 comments on commit d7ac99b

Please sign in to comment.