Skip to content

Commit

Permalink
Use latest image to create container from
Browse files Browse the repository at this point in the history
  • Loading branch information
forgetso committed Jul 30, 2024
1 parent 8793b54 commit 79b214c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
# Create a temporary container from the latest image
echo "Building Docker image..."
OLD_CONTAINER_ID=$(docker create prosopo/js_server:$VERSION)
OLD_CONTAINER_ID=$(docker create prosopo/js_server:latest)
# Remove the old js temp folder
rm -rf ./js_bundles_host_temp
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
# Create a temporary container from the latest image
echo "Building Docker image..."
OLD_CONTAINER_ID=$(docker create prosopo/js_server:$VERSION)
OLD_CONTAINER_ID=$(docker create prosopo/js_server:latest)
# Remove the old js temp folder
rm -rf ./js_bundles_host_temp
Expand Down

0 comments on commit 79b214c

Please sign in to comment.