Skip to content

Commit

Permalink
Updating instructions for pushing a new docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
machristie committed Sep 28, 2023
1 parent 7f0f98f commit 7a0dba8
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 @@ -137,7 +137,7 @@ docker buildx create --name mybuilder --use
then run
```
docker buildx build --pull --platform linux/amd64,linux/arm64 -t TAG --push .
docker buildx build --pull --platform linux/amd64,linux/arm64 -t apache/airavata-django-portal:latest --push .
```
## Documentation
Expand Down

0 comments on commit 7a0dba8

Please sign in to comment.