Skip to content

Commit

Permalink
Fix path to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaCinquini committed Dec 20, 2024
1 parent 4256aab commit 3261e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_docker_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: ./airflow/docker/cwl
file: airflow/docker/cwl/Dockerfile-modular
file: airflow/docker/cwl/Dockerfile_modular
push: true
tags: ${{ env.REGISTRY }}/${{ env.SPS_DOCKER_CWL_MODULAR }}:${{ env.TAG }}
labels: ${{ steps.metascheduler.outputs.labels }}

0 comments on commit 3261e99

Please sign in to comment.