Skip to content

Commit

Permalink
Fix instructions on how to deploy from master. (#966)
Browse files Browse the repository at this point in the history
After 4516141,
make docker-push-release does not push the "latest" tag anymore.
Following the instructions have the effect of pushing only the VERSION tag but not latest.
make docker-push pushes latest, having the desired effect.

Signed-off-by: Federico Paolinelli <fpaoline@redhat.com>
  • Loading branch information
fedepaol committed Nov 16, 2020
1 parent cff9cdd commit 6dab5d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Currently the most reliable way of installing Gatekeeper is to build and install
* Build and push your Docker image:
```sh
make docker-buildx REPOSITORY="$DESTINATION_GATEKEEPER_DOCKER_IMAGE"
make docker-push-release REPOSITORY="$DESTINATION_GATEKEEPER_DOCKER_IMAGE"
make docker-push REPOSITORY="$DESTINATION_GATEKEEPER_DOCKER_IMAGE"
```
* Finally, deploy:
```sh
Expand Down

0 comments on commit 6dab5d4

Please sign in to comment.