Skip to content

Commit

Permalink
gcp: small fix about current path
Browse files Browse the repository at this point in the history
When following the instructions, based on previous commands, make image
will be executed on podvm-mkosi directory again.

Signed-off-by: Beraldo Leal <bleal@redhat.com>
  • Loading branch information
beraldoleal committed Jan 14, 2025
1 parent f442722 commit 943b1f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cloud-api-adaptor/gcp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ kubectl apply -k "github.com/confidential-containers/operator/config/samples/ccr
Build and push docker image to a registry:

```bash
cd ../ # make sure you are outside the podvm-mkosi directory
export registry=quay.io/${QUAY_USER} # If you are using local registry: LOCAL_IP:PORT.
export RELEASE_BUILD=true
make image
Expand Down

0 comments on commit 943b1f8

Please sign in to comment.