Skip to content

Commit

Permalink
fix: docker release builds (#3569)
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartwdouglas authored Nov 29, 2024
1 parent d288033 commit 345ca71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
pattern: docker-*-artifact
- name: Load Docker images
run: |
for tar in artifacts/ftl-*/ftl-*.tar; do
for tar in artifacts/docker-*/ftl-*.tar; do
docker load -i "$tar"
done
- name: Log in to Container registry
Expand Down

0 comments on commit 345ca71

Please sign in to comment.