Skip to content

Commit

Permalink
CI: don't report kosli image twice (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Dec 18, 2023
1 parent aaf3377 commit 038ed34
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/sub_build_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,3 @@ jobs:
tags: cyberdojo/${{ env.KOSLI_FLOW }}:${{ inputs.IMAGE_TAG }}
build-args:
COMMIT_SHA=${{ github.sha }}

- name: Setup Kosli CLI
uses: kosli-dev/setup-cli-action@v2
with:
version: ${{ vars.KOSLI_CLI_VERSION }}

- name: Report image to Kosli flow
run: |
IMAGE_NAME=cyberdojo/${{ env.KOSLI_FLOW }}:${{ inputs.IMAGE_TAG }}
kosli report artifact ${IMAGE_NAME} \
--artifact-type=docker

0 comments on commit 038ed34

Please sign in to comment.