Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

breaking: Rename latest tag to nightly #370

Merged
merged 1 commit into from
Apr 4, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions .craft.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
minVersion: '0.25.3'
minVersion: '0.30.0'
changelogPolicy: auto
preReleaseCommand: >-
node -p "
Expand Down Expand Up @@ -32,8 +32,14 @@ targets:
checksums:
- algorithm: sha256
format: hex
- name: docker
- id: release
name: docker
source: us.gcr.io/sentryio/craft
target: getsentry/craft
- id: latest
name: docker
source: us.gcr.io/sentryio/craft
target: getsentry/craft
targetFormat: '{{{target}}}:latest'
- name: github
- name: gh-pages
4 changes: 2 additions & 2 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ steps:
docker push getsentry/craft:$SHORT_SHA
docker tag us.gcr.io/$PROJECT_ID/craft:$COMMIT_SHA getsentry/craft:$COMMIT_SHA
docker push getsentry/craft:$COMMIT_SHA
docker tag us.gcr.io/$PROJECT_ID/craft:$COMMIT_SHA getsentry/craft:latest
docker push getsentry/craft:latest
docker tag us.gcr.io/$PROJECT_ID/craft:$COMMIT_SHA getsentry/craft:nightly
docker push getsentry/craft:nightly
timeout: 960s
options:
machineType: 'E2_HIGHCPU_8'
Expand Down