Skip to content

Commit

Permalink
Merge branch 'adh/bump-version-b4' into 'main'
Browse files Browse the repository at this point in the history
Bump Version Beta 4

See merge request censys/integrations/cloud-connectors-unified!61
  • Loading branch information
thehappydinoa committed Aug 5, 2022
2 parents b9929d9 + aca9f61 commit 7c2f1af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,8 @@ deploy production image:
variables:
IMAGE_NAME: gcr.io/censys-io/censys-cloud-connector
script:
- buildah bud --squash --target=app --ssh default -t ${IMAGE_NAME}:${CI_COMMIT_TAG} -t ${IMAGE_NAME}:latest .
- buildah bud --squash --target=app --ssh default -t ${IMAGE_NAME}:${CI_COMMIT_SHA} -t ${IMAGE_NAME}:${CI_COMMIT_TAG} -t ${IMAGE_NAME}:latest .
- buildah push ${IMAGE_NAME}:${CI_COMMIT_SHA}
- buildah push ${IMAGE_NAME}:${CI_COMMIT_TAG}
- buildah push ${IMAGE_NAME}:latest

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "censys-cloud-connectors"
version = "3.0.1b3"
version = "3.0.1b4"
description = "The Censys Unified Cloud Connector is a standalone connector that gathers assets from various cloud providers and stores them in Censys ASM."
authors = ["Censys, Inc. <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 7c2f1af

Please sign in to comment.