diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 9e14b40..e4f3a44 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -21,4 +21,4 @@ jobs: - name: docker-login run: docker login -u aistream1 -p ${{secrets.DOCKER_SEC}} - name: pus - run: docker push docker.io/aistream1/flow_sweep:latest1 + run: docker push docker.io/aistream1/flow_sweep:latest diff --git a/README.md b/README.md index c009042..9cc7548 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,6 @@ In your environment file there should be the following items: - BASIC_CONFIG_PATH - ENVIRONMENT_GCP (option) -4. Run `docker run --env-file .env_file aistream1/flow_sweep` +1. Run `docker run --env-file .env_file aistream1/flow_sweep` Your base config path file should have the JSON file with the default sweep values.