We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cba42c commit f3d044bCopy full SHA for f3d044b
3 files changed
.github/workflows/docker-image-dev.yml
@@ -6,7 +6,7 @@ on:
6
7
jobs:
8
update:
9
- uses: codeshelldev/gh-actions/.github/workflows/docker-image.yaml
+ uses: codeshelldev/gh-actions/.github/workflows/docker-image.yaml@main
10
with:
11
registry: ghcr.io
12
flavor: |
.github/workflows/docker-image.yml
.github/workflows/readme-update.yml
@@ -8,6 +8,6 @@ on:
- uses: codeshelldev/gh-actions/.github/workflows/readme-update.yaml
+ uses: codeshelldev/gh-actions/.github/workflows/readme-update.yaml@main
secrets:
13
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments