Skip to content

Commit 2ec8d8a

Browse files
authored
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>
1 parent 1665c20 commit 2ec8d8a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ name: Container Image Build
77

88
on:
99
push:
10-
branches: [ ]
10+
branches: [ '*' ]
1111
# Publish semver tags as releases.
12-
tags: [ '*v*.*.*' ]
12+
tags: [ '*' ]
1313
pull_request:
1414
branches: [ ]
1515

0 commit comments

Comments
 (0)