Skip to content

Commit

Permalink
Don't build setup image
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalek authored and pmalek-sumo committed Jan 22, 2021
1 parent 4359d99 commit 9a4045e
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 103 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/dev_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,6 @@ on:
- 'release-v[0-9]+.[0-9]+'

jobs:
setup-image:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Build setup image
working-directory: deploy/docker/setup/
run: make build
- name: Login to AWS public ECR
working-directory: deploy/docker/setup/
run: make login
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_PUBLIC_ECR_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_PUBLIC_ECR_SECRET_ACCESS_KEY }}
- name: Push setup image
working-directory: deploy/docker/setup/
run: make push

push-helm-chart:
runs-on: ubuntu-20.04
steps:
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/pull_requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,6 @@ jobs:
- name: yamllint
run: make yamllint

setup-image:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Build setup image
working-directory: deploy/docker/setup/
run: make build

test:
runs-on: ubuntu-20.04
needs: [markdownlint, shellcheck, yamllint]
Expand Down
22 changes: 0 additions & 22 deletions .github/workflows/release_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,28 +9,6 @@ on:
- 'v[0-9]+.[0-9]+.[0-9]+-rc.[0-9]+'

jobs:
setup-image:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Extract tag
id: extract_tag
run: echo "::set-output name=tag::$(echo ${GITHUB_REF#refs/tags/v})"
- name: Print tag
run: echo "Running release build for ${{ steps.extract_tag.outputs.tag }}"
- name: Build kubernetes-setup
run: make build BUILD_TAG=${{ steps.extract_tag.outputs.tag }}
working-directory: deploy/docker/setup/
- name: Login to AWS public ECR
working-directory: deploy/docker/setup/
run: make login
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_PUBLIC_ECR_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_PUBLIC_ECR_SECRET_ACCESS_KEY }}
- name: Push kubernetes-setup image
working-directory: deploy/docker/setup/
run: make push BUILD_TAG=${{ steps.extract_tag.outputs.tag }}

push-helm-chart:
runs-on: ubuntu-20.04
steps:
Expand Down
30 changes: 0 additions & 30 deletions deploy/docker/setup/Dockerfile

This file was deleted.

20 changes: 0 additions & 20 deletions deploy/docker/setup/Makefile

This file was deleted.

6 changes: 0 additions & 6 deletions deploy/docker/setup/main.tf

This file was deleted.

0 comments on commit 9a4045e

Please sign in to comment.