Skip to content

Commit

Permalink
short tag
Browse files Browse the repository at this point in the history
  • Loading branch information
colek42 committed May 5, 2022
1 parent 6bbc048 commit f798839
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 @@ -10,7 +10,7 @@ build-and-push-server:
entrypoint: [""]
script:
- ko auth login -u ${CI_REGISTRY_USER} -p ${CI_REGISTRY_PASSWORD} ${CI_REGISTRY}
- ko publish --bare --tags ${CI_COMMIT_TAG} ./cmd/archivist
- ko publish --bare --tags=${CI_COMMIT_SHORT_SHA} ./cmd/archivist

build-and-push-client:
variables:
Expand All @@ -21,4 +21,4 @@ build-and-push-client:
entrypoint: [""]
script:
- ko auth login -u ${CI_REGISTRY_USER} -p ${CI_REGISTRY_PASSWORD} ${CI_REGISTRY}
- ko publish --bare --tags ${CI_COMMIT_TAG} ./cmd/archivistctl
- ko publish --bare --tags ${CI_COMMIT_SHORT_SHA} ./cmd/archivistctl

0 comments on commit f798839

Please sign in to comment.