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 2ebc063 commit f44b573
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- name: save tackle2-addon-analyzer image
run: |
IMG=quay.io/konveyor/tackle2-addon-analyzer:latest make image-docker
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
- name: Upload tackle2-addon-analyzer image as artifact
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/image-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
image-build:
uses: konveyor/release-tools/.github/workflows/build-push-images.yaml@main
with:
go-version: '1.21'
registry: "quay.io/konveyor"
image_name: "tackle2-addon-analyzer"
containerfile: "./Dockerfile"
Expand Down

0 comments on commit f44b573

Please sign in to comment.