Skip to content

Commit

Permalink
Adding the new node image version to test-build-deploy yaml file
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan West <[email protected]>
  • Loading branch information
Kramer0x0 committed Apr 26, 2024
1 parent 92e4ed5 commit c167f3a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
lint:
runs-on: ubuntu-20.04
container:
image: quay.io/cortexproject/build-image:upgrade-go-to-1.21.9-b37062f16
image: quay.io/cortexproject/build-image:node_version_upgrade-60582e680
steps:
- name: Checkout Repo
uses: actions/checkout@v2
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
test:
runs-on: ubuntu-20.04
container:
image: quay.io/cortexproject/build-image:upgrade-go-to-1.21.9-b37062f16
image: quay.io/cortexproject/build-image:node_version_upgrade-60582e680
steps:
- name: Checkout Repo
uses: actions/checkout@v2
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
build:
runs-on: ubuntu-20.04
container:
image: quay.io/cortexproject/build-image:upgrade-go-to-1.21.9-b37062f16
image: quay.io/cortexproject/build-image:node_version_upgrade-60582e680
steps:
- name: Checkout Repo
uses: actions/checkout@v2
Expand Down Expand Up @@ -215,14 +215,14 @@ jobs:
run: |
touch build-image/.uptodate
MIGRATIONS_DIR=$(pwd)/cmd/cortex/migrations
make BUILD_IMAGE=quay.io/cortexproject/build-image:upgrade-go-to-1.21.9-b37062f16 TTY='' configs-integration-test
make BUILD_IMAGE=quay.io/cortexproject/build-image:node_version_upgrade-60582e680 TTY='' configs-integration-test
deploy_website:
needs: [build, test]
if: (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/')) && github.repository == 'cortexproject/cortex'
runs-on: ubuntu-20.04
container:
image: quay.io/cortexproject/build-image:upgrade-go-to-1.21.9-b37062f16
image: quay.io/cortexproject/build-image:node_version_upgrade-60582e680
steps:
- name: Checkout Repo
uses: actions/checkout@v2
Expand Down Expand Up @@ -264,7 +264,7 @@ jobs:
if: (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/')) && github.repository == 'cortexproject/cortex'
runs-on: ubuntu-20.04
container:
image: quay.io/cortexproject/build-image:upgrade-go-to-1.21.9-b37062f16
image: quay.io/cortexproject/build-image:node_version_upgrade-60582e680
steps:
- name: Checkout Repo
uses: actions/checkout@v2
Expand Down

0 comments on commit c167f3a

Please sign in to comment.