Skip to content

Commit a3c59c1

Browse files
committed
update workflows
1 parent b6cdd50 commit a3c59c1

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/docker-image-dev.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@ on:
44
push:
55
branches:
66
- dev
7-
paths-ignore:
8-
- ".**"
7+
paths:
8+
- "**/*.go"
99

1010
jobs:
1111
update:
12-
uses: codeshelldev/gh-actions/.github/workflows/docker-image.yml@main
12+
uses: codeshelldev/gh-actions/.github/workflows/docker-image-go.yml@main
13+
name: Development Image
1314
with:
1415
registry: ghcr.io
1516
flavor: |

.github/workflows/docker-image.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ on:
66

77
jobs:
88
update:
9-
uses: codeshelldev/gh-actions/.github/workflows/docker-image.yml@main
9+
uses: codeshelldev/gh-actions/.github/workflows/docker-image-go.yml@main
10+
name: Stable Image
1011
with:
1112
registry: ghcr.io
1213
secrets:

0 commit comments

Comments
 (0)