Skip to content

Commit 2fbebb2

Browse files
authored
Merge pull request #606 from mlguerrero12/deleteocpreferences
Delete Openshift dockerfile
2 parents 3583797 + 0151aef commit 2fbebb2

File tree

3 files changed

+0
-66
lines changed

3 files changed

+0
-66
lines changed

.github/workflows/image-build.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -35,24 +35,6 @@ jobs:
3535
with:
3636
sarif_file: 'trivy-results.sarif'
3737

38-
build-openshift:
39-
name: Image build/openshift
40-
runs-on: ubuntu-latest
41-
steps:
42-
- name: Check out code into the Go module directory
43-
uses: actions/checkout@v4
44-
45-
- name: Set up Docker Buildx
46-
uses: docker/setup-buildx-action@v3
47-
48-
- name: Build container image
49-
uses: docker/build-push-action@v6
50-
with:
51-
context: .
52-
push: false
53-
tags: k8snetworkplumbingwg/whereabouts-ocp
54-
file: Dockerfile.openshift
55-
5638
build-arm64:
5739
name: Image build/arm64
5840
runs-on: ubuntu-latest

.github/workflows/image-push-master.yml

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -33,33 +33,6 @@ jobs:
3333
tags: ghcr.io/${{ github.repository }}:latest-amd64
3434
file: Dockerfile
3535

36-
push-origin:
37-
name: Image push/origin
38-
runs-on: ubuntu-latest
39-
steps:
40-
- name: Check out code into the Go module directory
41-
uses: actions/checkout@v4
42-
43-
- name: Set up Docker Buildx
44-
uses: docker/setup-buildx-action@v3
45-
46-
- name: Login to Container Registry
47-
if: github.repository_owner == 'k8snetworkplumbingwg'
48-
uses: docker/login-action@v3
49-
with:
50-
registry: ghcr.io
51-
username: ${{ github.repository_owner }}
52-
password: ${{ secrets.GITHUB_TOKEN }}
53-
54-
- name: Push container image
55-
if: github.repository_owner == 'k8snetworkplumbingwg'
56-
uses: docker/build-push-action@v6
57-
with:
58-
context: .
59-
push: true
60-
tags: ghcr.io/${{ github.repository }}:latest-ocp
61-
file: Dockerfile.openshift
62-
6336
push-arm64:
6437
name: Image build/arm64
6538
runs-on: ubuntu-latest

Dockerfile.openshift

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)