Skip to content

Commit

Permalink
fix: nitro flag and no cache
Browse files Browse the repository at this point in the history
  • Loading branch information
natesales committed Nov 21, 2024
1 parent 45d586f commit c647867
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,10 @@ jobs:
push: false
load: true
tags: ollama-nitro:latest
cache-from: type=gha
cache-to: type=gha,mode=max

- name: Build EIF image
run: |
nitro-cli build-enclave --docker-uri ollama-nitro:latest --output-path tinfoil-enclave-${{ github.ref_name }}.eif
nitro-cli build-enclave --docker-uri ollama-nitro:latest --output-file tinfoil-enclave-${{ github.ref_name }}.eif
- name: Create measurements predicate
run: |
Expand Down

0 comments on commit c647867

Please sign in to comment.