Skip to content

Commit

Permalink
fix: cron image (#3500)
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartwdouglas authored Nov 25, 2024
1 parent 132cfee commit 80e9167
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 @@ -83,7 +83,7 @@ jobs:
- name: Build
run: |
just build-docker cron
mkdir -p artifacts/ftl-provisioner
mkdir -p artifacts/ftl-cron
docker save -o artifacts/ftl-cron/ftl-cron.tar ftl0/ftl-cron:latest
- name: Temporarily save Docker image
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 80e9167

Please sign in to comment.