Skip to content

Commit

Permalink
add slash
Browse files Browse the repository at this point in the history
  • Loading branch information
keiranjprice101 committed Apr 2, 2024
1 parent 986f768 commit ca4b8df
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ Login using docker login

Then build and push the file-watcher container
```shell
docker build . -f ./container/file_watcher.D -t ghcr.io/fiaisisfilewatcher
docker push ghcr.io/fiaisisfilewatcher -a
docker build . -f ./container/file_watcher.D -t ghcr.io/fiaisis/filewatcher
docker push ghcr.io/fiaisis/filewatcher -a
```

Then build and push the file-watcher-operator container

```shell
docker build . -f ./container/file_watcher_operator.D -t ghcr.io/fiaisisfilewatcher-operator
docker push ghcr.io/fiaisisfilewatcher-operator -a
docker build . -f ./container/file_watcher_operator.D -t ghcr.io/fiaisis/filewatcher-operator
docker push ghcr.io/fiaisis/filewatcher-operator -a
```

The file-watcher container, when updated needs to be updated in each of the CRDs controlled by the file watcher operator.
Expand Down

0 comments on commit ca4b8df

Please sign in to comment.