Skip to content

Commit

Permalink
fixing the e
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacmg committed Jan 16, 2024
1 parent 8c569c9 commit 1a5ec6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 1a5ec6f

Please sign in to comment.