Skip to content

Commit

Permalink
CI: restore setting image-tag
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Nov 8, 2023
1 parent 42b2e18 commit 0958752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

- name: Report image to Kosli flow
run: |
IMAGE_TAG="${{ needs.variables.outputs.image_tag }}"
IMAGE_TAG="$(echo $GITHUB_SHA | head -c7)"
docker pull cyberdojo/differ:${IMAGE_TAG}
kosli report artifact cyberdojo/differ:${IMAGE_TAG} \
--artifact-type=docker
Expand Down

0 comments on commit 0958752

Please sign in to comment.