Skip to content

Commit

Permalink
Use staging tag for container
Browse files Browse the repository at this point in the history
  • Loading branch information
forgetso committed Jul 30, 2024
1 parent 79b214c commit c09b367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ jobs:
docker exec $NEW_CONTAINER_ID ln -sf $JS_FOLDER/procaptcha.bundle.${{ steps.next_version.outputs.version }}.js $JS_FOLDER/procaptcha.bundle.js
# Commit the changes to the container
docker commit $NEW_CONTAINER_ID prosopo/js_server:${{ steps.next_version.outputs.version }}
docker commit $NEW_CONTAINER_ID prosopo/js_server:staging
# Check this new docker image works locally
docker run -d -p 3080:80 prosopo/js_server:staging
Expand Down

0 comments on commit c09b367

Please sign in to comment.