Remove origin from CI build

This change remove origin build from CI pipeline because
origin's golang version is too old.
This commit is contained in:
Tomofumi Hayashi
2022-12-14 03:02:55 +09:00
parent 344fb0ae09
commit 0a0e9b4db9

View File

@@ -108,21 +108,3 @@ jobs:
push: false
tags: ghcr.io/${{ github.repository }}:latest-s390x
file: images/Dockerfile.s390x
build-origin:
name: Image build/origin
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Build container image
uses: docker/build-push-action@v2
with:
context: .
push: false
tags: ghcr.io/${{ github.repository }}:latest-origin
file: images/Dockerfile.openshift