Skip to content

Commit

Permalink
Merge pull request #32 from fabianvf/make-global-ci-work
Browse files Browse the repository at this point in the history
🌱 fix global ci workflow
  • Loading branch information
fabianvf authored Dec 13, 2023
2 parents b1e56c9 + b2e1acb commit 488b6d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/global-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ jobs:
- name: Build hub and save image
working-directory: tackle2-hub
run: |
IMG=quay.io/konveyor/tackle2-hub:latest make image-podman
IMG=quay.io/konveyor/tackle2-hub:latest make podman-build
podman 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
path: /tmp/tackle2-hub.tar
retention-days: 1
e2e:
needs: build-hub
Expand Down

0 comments on commit 488b6d1

Please sign in to comment.