Skip to content

Commit

Permalink
Remove build of unused strimzi-e2e container (#26)
Browse files Browse the repository at this point in the history
* Remove build of unused strimzi-e2e container

* Remove build of unused strimzi-e2e container
  • Loading branch information
kornys authored Nov 30, 2023
1 parent c9e8865 commit 82d23d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 28 deletions.
20 changes: 2 additions & 18 deletions .github/workflows/verify.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build & Push
name: Build
on:
push:
branches:
Expand All @@ -8,7 +8,7 @@ on:
- "*"

jobs:
build-and-push:
build:
runs-on: ubuntu-latest
steps:
- name: Cancel Previous Runs
Expand All @@ -23,22 +23,6 @@ jobs:
distribution: 'adopt-openj9'
java-version: '17'

- name: Login to quay
env:
CONTAINER_USER: ${{ secrets.QUAY_USER }}
CONTAINER_PASSWORD: ${{ secrets.QUAY_PASSWORD }}
CONTAINER_REGISTRY: quay.io
run:
echo "$CONTAINER_PASSWORD" | docker login $CONTAINER_REGISTRY --username $CONTAINER_USER --password-stdin

- name: Build images
run: |
make java_build
make docker_build
- name: Tag & Push
env:
USER: tealc
if: ${{ github.ref == 'refs/heads/main' }}
run: |
make docker_push
10 changes: 0 additions & 10 deletions Dockerfile

This file was deleted.

0 comments on commit 82d23d0

Please sign in to comment.