We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6cdd50 commit a3c59c1Copy full SHA for a3c59c1
2 files changed
.github/workflows/docker-image-dev.yml
@@ -4,12 +4,13 @@ on:
4
push:
5
branches:
6
- dev
7
- paths-ignore:
8
- - ".**"
+ paths:
+ - "**/*.go"
9
10
jobs:
11
update:
12
- uses: codeshelldev/gh-actions/.github/workflows/docker-image.yml@main
+ uses: codeshelldev/gh-actions/.github/workflows/docker-image-go.yml@main
13
+ name: Development Image
14
with:
15
registry: ghcr.io
16
flavor: |
.github/workflows/docker-image.yml
@@ -6,7 +6,8 @@ on:
+ name: Stable Image
secrets:
0 commit comments