Skip to content
Snippets Groups Projects
Commit 6099865e authored by spmohanty's avatar spmohanty
Browse files

use short hashes for tag name

parent f201b911
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
# with the current directory mounted at /submission inside the container.
# Step 1: Define the name of the Docker image.
LAST_COMMIT_HASH=$(git rev-parse HEAD)
LAST_COMMIT_HASH=$(git rev-parse --short HEAD)
IMAGE_NAME="aicrowd/amazon-kddcup24-submission:${LAST_COMMIT_HASH}"
# Step 2: Build the Docker image.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment