Skip to content

Commit

Permalink
Use latest tag
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Solymos <psolymos@gmail.com>
  • Loading branch information
psolymos committed Jul 5, 2024
1 parent 37e1ae7 commit 00a7544
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion py-shiny/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ cd py-shiny
export DOCKER_DEFAULT_PLATFORM=linux/amd64

# Specify tag
export TAG=lbtest/py-shiny:main
export TAG=lbtest/py-shiny:latest

# Build image
docker build -t $TAG .
Expand Down
2 changes: 1 addition & 1 deletion r-shiny/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ cd r-shiny
export DOCKER_DEFAULT_PLATFORM=linux/amd64

# Specify tag
export TAG=lbtest/r-shiny:main
export TAG=lbtest/r-shiny:latest

# Build image
docker build -t $TAG .
Expand Down

0 comments on commit 00a7544

Please sign in to comment.