Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Heinrich <[email protected]>
  • Loading branch information
andistorm committed Jul 12, 2024
1 parent 5b80d0c commit 977b808
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
github_ref_after: ${{ github.event.after }}
platforms: ${{ needs.env-setup.outputs.platforms }}
depends_on_paths: |
§{{ needs.env-setup.outputs.path_to_deploy_docker_images_workflow }}
${{ needs.env-setup.outputs.path_to_deploy_docker_images_workflow }}
steve:
needs:
- env-setup
Expand All @@ -62,4 +62,4 @@ jobs:
github_ref_after: ${{ github.event.after }}
platforms: ${{ needs.env-setup.outputs.platforms }}
depends_on_paths: |
§{{ needs.env-setup.outputs.path_to_deploy_docker_images_workflow }}
${{ needs.env-setup.outputs.path_to_deploy_docker_images_workflow }}

0 comments on commit 977b808

Please sign in to comment.