Skip to content

Commit

Permalink
fix(ga): Fix single docker image ga (#466)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdenquin authored Feb 12, 2025
1 parent 52ab3b3 commit 023bfe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
merge:
name: Merge Images
runs-on: lago-runner
needs: [build-images]
needs: [build-single-docker-image]
steps:
- name: Download Digests
uses: actions/download-artifact@v4
Expand Down

0 comments on commit 023bfe1

Please sign in to comment.