Skip to content

Commit 504506b

Browse files
committed
switch to using .yml
1 parent 20bb005 commit 504506b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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

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

77
jobs:
88
update:
9-
uses: codeshelldev/gh-actions/.github/workflows/docker-image.yaml@main
9+
uses: codeshelldev/gh-actions/.github/workflows/docker-image.yml@main
1010
with:
1111
registry: ghcr.io
1212
flavor: |

.github/workflows/docker-image.yml

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

77
jobs:
88
update:
9-
uses: codeshelldev/gh-actions/.github/workflows/docker-image.yaml@main
9+
uses: codeshelldev/gh-actions/.github/workflows/docker-image.yml@main
1010
with:
1111
registry: ghcr.io
1212
flavor: |
@@ -17,4 +17,4 @@ jobs:
1717
type=semver,pattern=v{{major}}.{{minor}}
1818
type=semver,pattern=latest
1919
secrets:
20-
GH_PCKG_TOKEN: ${{ secrets.GH_PCKG_TOKEN }}
20+
GH_PCKG_TOKEN: ${{ secrets.GH_PCKG_TOKEN }}

.github/workflows/readme-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ on:
88

99
jobs:
1010
update:
11-
uses: codeshelldev/gh-actions/.github/workflows/readme-update.yaml@main
11+
uses: codeshelldev/gh-actions/.github/workflows/readme-update.yml@main
1212
secrets:
1313
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)