Skip to content

Conversation

@giarc3
Copy link
Member

@giarc3 giarc3 commented Jan 22, 2026

No description provided.

@giarc3 giarc3 requested a review from coltfred January 22, 2026 19:32
@giarc3 giarc3 requested a review from a team as a code owner January 22, 2026 19:32
@github-actions
Copy link

github-actions bot commented Jan 22, 2026

File Coverage Lines
All files 0% 0%

Minimum allowed coverage is 24%

Generated by 🐒 cobertura-action against 1ac4181

run: |
IMAGE_NAME=$(echo "${{inputs.image_name}}" | sed 's|.*/||')
if jq -e --arg name "$IMAGE_NAME" '.[] == $name' licensed-images.json > /dev/null; then
echo "Match found".
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nitpick: The . should be in the quotes or be removed.

needs: [publish, image]
runs-on: ${{ inputs.other_jobs_runs_on }}
if: needs.image.outputs.prerelease == 'false'
steps:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't we need to do the google-github-actions/auth@v3 and checkout also? This is a separate job.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wondered that... but it seemed to work... So I really don't know

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We shouldn't need the checkout since it doesn't interact with any files in the repo itself though, right?

@giarc3 giarc3 merged commit 9378fce into main Jan 23, 2026
14 checks passed
@giarc3 giarc3 deleted the docker-open-issue branch January 23, 2026 19:49
@giarc3
Copy link
Member Author

giarc3 commented Jan 23, 2026

craig ~/Repos/workflows [main] $ git tag -f docker-v1
Updated tag 'docker-v1' (was 893f81f)
craig ~/Repos/workflows [main] $ git push origin -f docker-v1
Total 0 (delta 0), reused 0 (delta 0), pack-reused 0 (from 0)
To github.com:IronCoreLabs/workflows.git

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants