You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Replace `<PAT>` with a GitHub Personal Access Token (PAT) with the write:packages and `read:packages` scopes, as well as `delete:packages` if needed.
86
86
1. Update the [Dockerfile](`./Dockerfile`) and build the image by running `docker build -t ghcr.io/kubeflow/kfp-api-generator:$VERSION .`
87
-
1. Push the new container by running `docker push ghcr.io/kubeflow/kfp-api-generator:$VERSION` (requires to be [authenticated](https://cloud.google.com/container-registry/docs/advanced-authentication)).
87
+
1. Push the new container by running `docker push ghcr.io/kubeflow/kfp-api-generator:$VERSION`.
88
88
1. Update the `PREBUILT_REMOTE_IMAGE` variable in the [Makefile](./Makefile) to point to your new image.
89
89
1. Similarly, push a new version of the release tools image to `ghcr.io/kubeflow/kfp-release:$VERSION` and run `make push` in [test/release/Makefile](../../test/release/Makefile).
* Replace `<PAT>` with a GitHub Personal Access Token (PAT) with the write:packages and `read:packages` scopes, as well as `delete:packages` if needed.
5
+
1. Set `TAG=` to `main-<commit-hash>` where `<commit-hash>` is the commit used to build the image on (your current HEAD)/
6
+
1. Update the [Dockerfile](`./Dockerfile`) and build the image by running `docker build -t ghcr.io/kubeflow/kfp-selenium-standalone-chrome-gcloud-nodejs:$TAG .`
7
+
1. Push the new container by running `docker push ghcr.io/kubeflow/kfp-selenium-standalone-chrome-gcloud-nodejs:$TAG`.
8
+
1. Update the version in front end integration [Dockerfile](test/frontend-integration-test/Dockerfile) to point to your new image.
0 commit comments