Skip to content

Commit

Permalink
- fixed file extension
Browse files Browse the repository at this point in the history
  • Loading branch information
nshyrei committed Apr 12, 2024
1 parent 297a121 commit 15361fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ jobs:
- name: Build docker images
run: |
cd docker/enclave-base
TAG=$(cat tag.txt)
TAG=$(cat tag)
docker build -t fortanix/enclave-base:$TAG .
docker save -o /tmp/enclave-base.tar fortanix/enclave-base
cd ../parent-base
TAG=$(cat tag.txt)
TAG=$(cat tag)
docker build -t fortanix/parent-base:$TAG .
docker save -o /tmp/parent-base.tar fortanix/parent-base
Expand Down

0 comments on commit 15361fb

Please sign in to comment.