Commit fdb0d56
authored
Update GitHub Actions workflow with newer versions and terminology (#5)
* 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>1 parent a1a9331 commit fdb0d56
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
0 commit comments