Skip to content

Commit

Permalink
checkpoint
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Ortel <[email protected]>
  • Loading branch information
jortel committed Sep 16, 2024
1 parent 3d9a7bd commit 527ffbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
run: |
IMG=quay.io/konveyor/tackle2-addon-analyzer:latest make image-docker
docker save -o /tmp/tackle2-addon-analyzer.tar quay.io/konveyor/tackle2-addon-analyzer:latest
with:
go-version: '1.22'

- name: Upload tackle2-addon-analyzer image as artifact
uses: actions/upload-artifact@v3
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/image-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
image-build:
uses: konveyor/release-tools/.github/workflows/build-push-images.yaml@main
with:
go-version: '1.22'
registry: "quay.io/konveyor"
image_name: "tackle2-addon-analyzer"
containerfile: "./Dockerfile"
Expand Down

0 comments on commit 527ffbf

Please sign in to comment.