Skip to content

Commit

Permalink
path to Docker sources
Browse files Browse the repository at this point in the history
  • Loading branch information
espenhgn committed May 27, 2024
1 parent b1a8ea7 commit d20725d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/container_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v5
with:
context: "{{defaultContext}}:src"
context: "{{defaultContext}}:docker"
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit d20725d

Please sign in to comment.