-
Notifications
You must be signed in to change notification settings - Fork 179
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into petera/allow-faster-view-times-testnet
- Loading branch information
Showing
655 changed files
with
29,505 additions
and
24,907 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,18 @@ | ||
name: CD | ||
|
||
on: | ||
push: | ||
tags: | ||
- '*' | ||
- "!daily-*" | ||
# Workflow dispatch for now, while we're testing environments | ||
# push: | ||
# tags: | ||
# - '*' | ||
# - "!daily-*" | ||
workflow_dispatch: | ||
inputs: | ||
tag: | ||
description: 'Tag/commit' | ||
required: true | ||
type: string | ||
|
||
|
||
env: | ||
GO_VERSION: "1.22" | ||
|
@@ -13,6 +21,7 @@ jobs: | |
docker-push: | ||
name: Push to container registry | ||
runs-on: ubuntu-latest | ||
environment: Production Docker Registry | ||
steps: | ||
- name: Setup Go | ||
uses: actions/setup-go@v4 | ||
|
@@ -21,6 +30,8 @@ jobs: | |
go-version: ${{ env.GO_VERSION }} | ||
- name: Checkout repo | ||
uses: actions/checkout@v2 | ||
with: | ||
ref: ${{ inputs.tag }} | ||
# Provide Google Service Account credentials to Github Action, allowing interaction with the Google Container Registry | ||
# Logging in as [email protected] | ||
- id: auth | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.