Skip to content

Commit

Permalink
ci: fix RVPS image building
Browse files Browse the repository at this point in the history
Path of Dockerfile

Signed-off-by: Xynnn007 <[email protected]>
  • Loading branch information
Xynnn007 committed Nov 14, 2023
1 parent 4b23ac1 commit a277429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/as-dockerbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
- name: Build RVPS Container Image
run: |
Docker_BUILDKIT=1 docker build -t rvps:latest . -f attestation-service/Dockerfile.rvps
Docker_BUILDKIT=1 docker build -t rvps:latest . -f attestation-service/rvps/Dockerfile

0 comments on commit a277429

Please sign in to comment.