Skip to content

Commit

Permalink
modified: .github/workflows/docker-publish-ods-dlh-project.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
abimichel committed Jan 23, 2024
1 parent 53d4e10 commit 2fb5561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish-ods-dlh-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
with:
# Abi: adding this to help the action find the Dockerfile to build from
context: /${{ env.DBT_PATH }}
context: ${{ env.DBT_PATH }}/
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit 2fb5561

Please sign in to comment.