Skip to content

Commit

Permalink
update tag
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-arellano committed Jul 10, 2024
1 parent 5a75d8e commit 63f719a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ variables:
# permissions and retention policies at each level.
- IMAGE_REPOSITORY_PREFIX="${DOCKER_REPO_URL}/${ORGANIZATION_NAME}/${TEAM_NAME}"
# Ensure image tag is unique for each commit so we invalidate caching on machines pulling images.
- IMAGE_TAG="${ARGO_EVENTS_VERSION}.${MAJOR_VERSION}.${MINOR_VERSION}.${CI_PIPELINE_IID}"
- IMAGE_TAG="${ARGO_EVENTS_VERSION}-${MAJOR_VERSION}.${MINOR_VERSION}.${CI_PIPELINE_IID}"
# Actually set up the naming for the image we're currently building.
- IMAGE_REPOSITORY="${IMAGE_REPOSITORY_PREFIX}/${ARTIFACT_NAME}"
- IMAGE_REPOSITORY_TAG="${IMAGE_REPOSITORY}:${IMAGE_TAG}"
Expand Down

0 comments on commit 63f719a

Please sign in to comment.