Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: 5588 containers missing tag fix #557

Merged
merged 13 commits into from
Jan 20, 2025
Prev Previous commit
Next Next commit
fix: download artefact conditional
  • Loading branch information
Wi11Shell committed Jan 20, 2025
commit 2a5e7c6942b27d5a9a1172e50544926c9d222f1d
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
@@ -57,7 +57,7 @@ jobs:
fetch-depth: ${{ !inputs.ref && 1 || 0 }}

- uses: actions/download-artifact@v4
if: ${{ inputs.app-artefact-name != 'search' }}
if: ${{ inputs.app-artefact-name != '' }}
with:
name: ${{ inputs.app-artefact-name }}
path: infra/docker/${{ inputs.project }}