Skip to content

Commit 1261411

Browse files
committed
Fix CI
1 parent 2145918 commit 1261411

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

.github/workflows/actions.yaml

+4-2
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,7 @@ jobs:
3030
uses: hiberbee/github-action-skaffold@latest
3131
id: build
3232
with:
33-
command: build --filename=build/skaffold.yaml --tag ${{ github.sha }}
34-
repository: ghcr.io/${{ github.repository_owner }}
33+
filename: build/skaffold.yaml
34+
command: build
35+
repository: ghcr.io/${{ github.repository_owner }}
36+
tag: ${{ github.sha }}

.github/workflows/actions_only_main.yaml

+4-2
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,7 @@ jobs:
3232
uses: hiberbee/github-action-skaffold@latest
3333
id: build
3434
with:
35-
command: build --filename=build/skaffold.yaml --tag ${{ github.sha }}
36-
repository: ghcr.io/${{ github.repository_owner }}
35+
filename: build/skaffold.yaml
36+
command: build
37+
repository: ghcr.io/${{ github.repository_owner }}
38+
tag: ${{ github.sha }}

.github/workflows/actions_temp_branch.yaml

+4-2
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,7 @@ jobs:
3232
uses: hiberbee/github-action-skaffold@latest
3333
id: build
3434
with:
35-
command: build --filename=build/skaffold.yaml --tag ${{ github.sha }}
36-
repository: ghcr.io/${{ github.repository_owner }}
35+
filename: build/skaffold.yaml
36+
command: build
37+
repository: ghcr.io/${{ github.repository_owner }}
38+
tag: ${{ github.sha }}

0 commit comments

Comments
 (0)