diff --git a/.github/workflows/as-dockerbuild.yml b/.github/workflows/as-dockerbuild.yml index bf10a4bb15..69513f0223 100644 --- a/.github/workflows/as-dockerbuild.yml +++ b/.github/workflows/as-dockerbuild.yml @@ -32,4 +32,4 @@ jobs: - name: Build RVPS Container Image run: | - Docker_BUILDKIT=1 docker build -t rvps:latest . -f attestation-service/Dockerfile.rvps \ No newline at end of file + Docker_BUILDKIT=1 docker build -t rvps:latest . -f attestation-service/rvps/Dockerfile \ No newline at end of file