Skip to content

Release v1.1.0#1

Merged
The0mikkel merged 11 commits intomainfrom
develop
Nov 15, 2025
Merged

Release v1.1.0#1
The0mikkel merged 11 commits intomainfrom
develop

Conversation

@The0mikkel
Copy link
Member

No description provided.

@The0mikkel The0mikkel self-assigned this Nov 15, 2025
Copilot AI review requested due to automatic review settings November 15, 2025 23:25
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR introduces version 1.1.0 of the CI workflows, adding a new Docker build and push workflow system alongside documentation improvements.

  • Adds a new reusable Docker workflow for building and pushing container images
  • Updates workflow references throughout the documentation to include .yml file extensions
  • Improves input descriptions across workflows with clearer examples

Reviewed Changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 8 comments.

File Description
README.md Added Docker workflow documentation, updated workflow references to include .yml extensions, and clarified input descriptions with examples
.github/workflows/release.yml Updated repository input description with clearer example format
.github/workflows/docker.yml New reusable workflow for Docker build and push operations with comprehensive input configuration
.github/workflows/cla-assistant.yml Updated repository input description with clearer example format

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

image_name:
description: "Docker image name to use. Defaults to repository name."
required: false
default: ${{ github.repository }}
Copy link

Copilot AI Nov 15, 2025

Choose a reason for hiding this comment

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

The default value for image_name input contains a template expression ${{ github.repository }} which will not be evaluated properly in the workflow input default. Default values for workflow inputs cannot use GitHub Actions expressions. This should either be removed or the expression should be evaluated in the job itself.

Copilot uses AI. Check for mistakes.
commit:
description: "Commit SHA to use for git operations and tagging. Defaults to github.sha."
required: false
default: ${{ github.sha }}
Copy link

Copilot AI Nov 15, 2025

Choose a reason for hiding this comment

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

The default value for commit input contains a template expression ${{ github.sha }} which will not be evaluated properly in the workflow input default. Default values for workflow inputs cannot use GitHub Actions expressions. This should either be removed or the expression should be evaluated in the job itself.

Copilot uses AI. Check for mistakes.
Comment on lines +32 to +33
default: |
type=raw,value=${{ github.sha }}
Copy link

Copilot AI Nov 15, 2025

Choose a reason for hiding this comment

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

The default value for tags input contains a template expression ${{ github.sha }} which will not be evaluated properly in the workflow input default. Default values for workflow inputs cannot use GitHub Actions expressions. This should either be removed or the expression should be evaluated in the job itself.

Copilot uses AI. Check for mistakes.
@The0mikkel The0mikkel merged commit 07128c1 into main Nov 15, 2025
4 checks passed
@github-actions
Copy link

Thank you for your contribution! Before we can proceed, please sign the Contributor License Agreement (CLA) by replying to this comment with "I have read the CLA Document and I hereby sign the CLA". You can find the CLA document here.


I have read the CLA Document and I hereby sign the CLA


You can retrigger this bot by commenting recheck in this Pull Request. Posted by the CLA Assistant Lite bot.

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.

1 participant