Skip to content

Update GitHub Actions workflow with newer versions and terminology changes#3

Merged
rajpratik71 merged 1 commit intoContainer-Projects:mainfrom
rajpratik71:fix-ghcr-build
Dec 28, 2025
Merged

Update GitHub Actions workflow with newer versions and terminology changes#3
rajpratik71 merged 1 commit intoContainer-Projects:mainfrom
rajpratik71:fix-ghcr-build

Conversation

@rajpratik71
Copy link
Member

  • Rename workflow from "Docker" to "Container Image Build"
  • Update checkout action from v2 to v6
  • Update docker/login-action, docker/metadata-action, and docker/build-push-action to latest commit SHAs
  • Change "Docker" references to "Container" in comments and step names
  • Modify tag pattern from 'v*..' to 'v..'
  • Change context from '.' to './'

…anges

- Rename workflow from "Docker" to "Container Image Build"
- Update checkout action from v2 to v6
- Update docker/login-action, docker/metadata-action, and docker/build-push-action to latest commit SHAs
- Change "Docker" references to "Container" in comments and step names
- Modify tag pattern from 'v*.*.*' to '*v*.*.*'
- Change context from '.' to './'

Signed-off-by: Pratik Raj <Pratik.raj@kla.com>
@rajpratik71 rajpratik71 merged commit 1665c20 into Container-Projects:main Dec 28, 2025
1 of 2 checks passed
@rajpratik71 rajpratik71 deleted the fix-ghcr-build branch December 28, 2025 10:00
rajpratik71 added a commit that referenced this pull request Dec 28, 2025
* Update GitHub Actions workflow with newer versions and terminology changes (#3)

- Rename workflow from "Docker" to "Container Image Build"
- Update checkout action from v2 to v6
- Update docker/login-action, docker/metadata-action, and docker/build-push-action to latest commit SHAs
- Change "Docker" references to "Container" in comments and step names
- Modify tag pattern from 'v*.*.*' to '*v*.*.*'
- Change context from '.' to './'


* Update workflow to build on all branches and tags, upgrade actions versions (#4)

This commit updates the GitHub workflow to trigger on all branches and tags instead of being disabled. It also upgrades checkout action to v6 and updates docker actions to their latest versions. Additionally, it renames references from "Docker" to "Container" throughout the workflow for consistency.

Signed-off-by: Pratik Raj <rajpratik71@gmail.com>

---------

Signed-off-by: Pratik Raj <rajpratik71@gmail.com>
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