Skip to content

Commit

Permalink
fix: docker release (#3545)
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartwdouglas authored Nov 27, 2024
1 parent 9279f9f commit af8ca4c
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 @@ -102,7 +102,7 @@ jobs:
- name: Build
run: |
just build-docker http-ingress
mkdir -p artifacts/ftl-provisioner
mkdir -p artifacts/ftl-http-ingress
docker save -o artifacts/ftl-http-ingress/ftl-http-ingress.tar ftl0/ftl-http-ingress:latest
- name: Temporarily save Docker image
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit af8ca4c

Please sign in to comment.