Skip to content

Commit

Permalink
Chore: docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
ns212 committed Jul 15, 2021
1 parent 7076d8a commit acd041e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ build-docker-images:
--build-arg PROFILE="x86_64-unknown-linux-gnu/release" \
--context ${CI_PROJECT_DIR} \
--dockerfile ${CI_PROJECT_DIR}/.deploy/Dockerfile \
--destination ${DOCKER_REGISTRY_IMAGE}:${ARTIFACT_BIN_PATH}-${CI_COMMIT_REF_NAME}-${CI_COMMIT_SHORT_SHA}-$(date +%s) \
--destination ${DOCKER_REGISTRY_IMAGE}:${ARTIFACT_BIN_PATH}-${CI_COMMIT_REF_NAME}
--destination ${DOCKER_REGISTRY_IMAGE}:${ARTIFACT_BIN_PATH}-${CI_COMMIT_REF_SLUG}-${CI_COMMIT_SHORT_SHA}-$(date +%s) \
--destination ${DOCKER_REGISTRY_IMAGE}:${ARTIFACT_BIN_PATH}-${CI_COMMIT_REF_SLUG}
<<: *only_refs

release-github:
Expand Down

0 comments on commit acd041e

Please sign in to comment.