-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GHA - Only publish docker builds on main branch (#200)
* GHA - Only publish docker builds on main branch * GHA - Return develop_tag input * GHA - push_image input required false * GHA - remove input last_commit_tag * GHA - remove input last_commit_tag 2 * GHA - Fix if statement * GHA - Debug event name * GHA - Fix event name check * GHA - Fix tags env var * GHA - Fix load input * GHA - Separate steps for pushing images because images can't be loaded with multiple platforms * GHA - Add profile for pulling non-local images * GHA - Clean env vars and correct inputs * GHA - Remove requirement of removed job * GHA - Fix push_image type * GHA - Remove profile from local image containers * GHA - Store docker image artifact and download in e2e test job * GHA - remove custom driver input * GHA - Fix end of line * GHA - Set file location * Test file location Signed-off-by: Bradley Bown <[email protected]> * Testing image publishing * Fix load and push error * Commit tag from current branch, fix tags env var * Test fetch depth * Test * Revert commit tag changes * Testing removal of docker login step before push * TEST - Removal of cache * Only login to docker on main * Testing pull image without docker login * Testing pull image without docker login - 2 * Test force build * Test no changes * Docker secrets required false * Remove requirements for dockerhub credentials for pulls * Rename arfifacts and compose profile * Fix testing.yml secrets * Replace usage of inputs with env vars * Remove unnecessary inputs * Reinstate dockerhub login for e2e tests * Reinstate dockerhub login for coordinator-testing.yml * Reinstate dockerhub login for build steps * Fix secrets for build-and-publish.yml * Non concurrent manual-docker-build-and-e2e-tests * Optional docker secrets, check if they're set before running login step * Set to env vars * feat: add support for transaction-exclusion-api in new github workflow * feat: remove new line pipeline testing * feat: add echo for github.ref pipeline testing --------- Signed-off-by: Bradley Bown <[email protected]> Co-authored-by: jonesho <[email protected]> Co-authored-by: jonesho <[email protected]>
- Loading branch information
1 parent
e71ec80
commit 80e12cd
Showing
22 changed files
with
343 additions
and
331 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
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
Oops, something went wrong.