diff --git a/.github/workflows/chart-builder-alpine.yaml b/.github/workflows/chart-builder-alpine.yaml new file mode 100644 index 0000000..4e1c612 --- /dev/null +++ b/.github/workflows/chart-builder-alpine.yaml @@ -0,0 +1,32 @@ +name: Build & push chart builder apline base image +on: + pull_request: + push: + paths: + - '.github/workflows/chart-builder-alpine.yaml' + - 'oci/app-runner/chart-builder-alpine/ca.crt' + - 'oci/app-runner/chart-builder-alpine/Makefile' + - 'oci/app-runner/chart-builder-alpine/Dockerfile' + - 'oci/app-runner/chart-builder-alpine/repositories' + branches: + - main + +jobs: + base-image: + runs-on: ubuntu-latest + name: build chart builder alpine base image + steps: + - uses: actions/checkout@master + + - name: 'Artifact: build && push chart builder alpine base image' + uses: aevea/action-kaniko@master + with: + registry: artifact.onwalk.net + username: admin + password: ${{ secrets.HELM_REPO_PASSWORD }} + path: 'oci/app-runner/chart-builder-alpine/' + build_file: 'Dockerfile' + image: devops/chart-builder-alpine + tag: latest + cache: false + cache_registry: cache diff --git a/.github/workflows/helm-builder-alpine.yaml b/.github/workflows/helm-builder-alpine.yaml deleted file mode 100644 index a98c25c..0000000 --- a/.github/workflows/helm-builder-alpine.yaml +++ /dev/null @@ -1,32 +0,0 @@ -name: Build & push helm builder apline base image -on: - pull_request: - push: - paths: - - '.github/workflows/helm-builder-alpine.yaml' - - 'oci/app-runner/helm-builder-alpine/ca.crt' - - 'oci/app-runner/helm-builder-alpine/Makefile' - - 'oci/app-runner/helm-builder-alpine/Dockerfile' - - 'oci/app-runner/helm-buidler-alpine/repositories' - branches: - - main - -jobs: - base-image: - runs-on: ubuntu-latest - name: build helm builder alpine base image - steps: - - uses: actions/checkout@master - - - name: 'Artifact: build && push helm builder alpine base image' - uses: aevea/action-kaniko@master - with: - registry: artifact.onwalk.net - username: admin - password: ${{ secrets.HELM_REPO_PASSWORD }} - path: 'oci/app-runner/helm-builder-alpine/' - build_file: 'Dockerfile' - image: devops/helm-builder-alpine - tag: latest - cache: false - cache_registry: cache diff --git a/oci/app-runner/helm-builder-alpine/.gitlab-ci.yml b/oci/app-runner/chart-builder-alpine/.gitlab-ci.yml similarity index 100% rename from oci/app-runner/helm-builder-alpine/.gitlab-ci.yml rename to oci/app-runner/chart-builder-alpine/.gitlab-ci.yml diff --git a/oci/app-runner/helm-builder-alpine/Dockerfile b/oci/app-runner/chart-builder-alpine/Dockerfile similarity index 100% rename from oci/app-runner/helm-builder-alpine/Dockerfile rename to oci/app-runner/chart-builder-alpine/Dockerfile diff --git a/oci/app-runner/helm-builder-alpine/Makefile b/oci/app-runner/chart-builder-alpine/Makefile similarity index 100% rename from oci/app-runner/helm-builder-alpine/Makefile rename to oci/app-runner/chart-builder-alpine/Makefile diff --git a/oci/app-runner/helm-builder-alpine/README.md b/oci/app-runner/chart-builder-alpine/README.md similarity index 100% rename from oci/app-runner/helm-builder-alpine/README.md rename to oci/app-runner/chart-builder-alpine/README.md diff --git a/oci/app-runner/helm-builder-alpine/ca.crt b/oci/app-runner/chart-builder-alpine/ca.crt similarity index 100% rename from oci/app-runner/helm-builder-alpine/ca.crt rename to oci/app-runner/chart-builder-alpine/ca.crt diff --git a/oci/app-runner/helm-builder-alpine/repositories b/oci/app-runner/chart-builder-alpine/repositories similarity index 100% rename from oci/app-runner/helm-builder-alpine/repositories rename to oci/app-runner/chart-builder-alpine/repositories