We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 771afa5 commit c430c3cCopy full SHA for c430c3c
.gitlab-ci.yml
@@ -36,7 +36,7 @@ deploy:
36
- echo "$DOCKER_PASSWORD" | buildah login -u "$DOCKER_USERNAME" --password-stdin docker.io
37
- echo "$CI_REGISTRY_PASSWORD" | buildah login -u "$CI_REGISTRY_USER" --password-stdin "$CI_REGISTRY"
38
- buildah pull "$CI_REGISTRY_IMAGE" || true
39
- - buildah build . -t "$CI_REGISTRY_IMAGE:$CI_COMMIT_TAG"
+ - buildah build -t "$CI_REGISTRY_IMAGE:$CI_COMMIT_TAG" .
40
- buildah push "$CI_REGISTRY_IMAGE:$CI_COMMIT_TAG"
41
42
- sentry-cli releases new "$CI_COMMIT_TAG" || true
0 commit comments