Skip to content

Commit

Permalink
import global ci workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Fabian von Feilitzsch <fabian@fabianism.us>
  • Loading branch information
fabianvf committed Jun 22, 2023
1 parent 908a0a3 commit 2a46df7
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,22 @@ jobs:
with:
tackle-hub-image: tackle2-hub:latest
tackle-image-pull-policy: IfNotPresent

- name: save image
run: |
export SHELL=/bin/bash
eval $(minikube -p minikube docker-env)
docker save -o /tmp/tackle2-hub.tar quay.io/konveyor/tackle2-hub:latest
- name: Upload image as artifact
uses: actions/upload-artifact@v3
with:
name: tackle2-hub
path: /tmp/tackle2-hub.tar
retention-days: 1

test-integration:
needs: test-e2e
uses: konveyor/ci/.github/workflows/global-ci.yml@main
with:
component_name: tackle2-hub

0 comments on commit 2a46df7

Please sign in to comment.