Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
e6c9e62
Remove specified git version to avoid downgrades breaking docker build
aaronbuchwald Mar 3, 2023
b3e2018
Add build docker image to unit test action
aaronbuchwald Mar 3, 2023
5e1a35d
Update to use current branch instead of commit for docker image build
aaronbuchwald Mar 3, 2023
c155835
Update docker image script to push image if env var is set
aaronbuchwald Mar 5, 2023
a107c34
Add new line to build image script
aaronbuchwald Mar 5, 2023
6c53531
Update scripts/constants.sh
aaronbuchwald Mar 6, 2023
5183567
Merge branch 'master' into fix-dockerfile
aaronbuchwald Mar 7, 2023
006c139
Update docker login
aaronbuchwald Mar 7, 2023
99c62e3
Merge branch 'master' into fix-dockerfile
aaronbuchwald Mar 7, 2023
1eb57cb
Merge branch 'master' into fix-dockerfile
aaronbuchwald Mar 7, 2023
41d32c3
Update build image action
aaronbuchwald Mar 7, 2023
649d08f
Update gh action
aaronbuchwald Mar 8, 2023
8231fa1
checkout for docker image build
aaronbuchwald Mar 8, 2023
98e4221
Set build image ID in gh action with github.ref_name
aaronbuchwald Mar 8, 2023
7f6cade
Separate CI and release
aaronbuchwald Mar 8, 2023
5423ab4
remove extra copy
aaronbuchwald Mar 8, 2023
edf164c
Update name
aaronbuchwald Mar 8, 2023
37d2c88
Update variable used in build image id
aaronbuchwald Mar 8, 2023
caf21d0
Update set var
aaronbuchwald Mar 8, 2023
bf94a7c
Update dockerhub repo
aaronbuchwald Mar 8, 2023
e2d7a2d
Merge branch 'master' into fix-dockerfile
aaronbuchwald Mar 8, 2023
3e3037c
Revert dockerhub repo name chnge and use Subnet-EVM in tag name
aaronbuchwald Mar 8, 2023
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
Prev Previous commit
Next Next commit
Add build docker image to unit test action
  • Loading branch information
aaronbuchwald committed Mar 3, 2023
commit b3e2018256c94aa966684785d8800a2d6fcff3d2
2 changes: 2 additions & 0 deletions .github/workflows/lint-tests-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
shell: bash
- run: ./scripts/build.sh ./build/subnetevm
shell: bash
- run: ./scripts/build_image.sh
shell: bash
- run: ./scripts/build_test.sh -race
shell: bash
- run: ./scripts/coverage.sh
Expand Down