Skip to content

Commit

Permalink
Update path to skaffold.yaml in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
alexvarko committed Feb 6, 2025
1 parent b4b675f commit 2145918
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ jobs:
uses: hiberbee/github-action-skaffold@latest
id: build
with:
command: build --filename build/skaffold.yaml --tag ${{ github.sha }}
command: build --filename=build/skaffold.yaml --tag ${{ github.sha }}
repository: ghcr.io/${{ github.repository_owner }}
2 changes: 1 addition & 1 deletion .github/workflows/actions_only_main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ jobs:
uses: hiberbee/github-action-skaffold@latest
id: build
with:
command: build --filename build/skaffold.yaml --tag ${{ github.sha }}
command: build --filename=build/skaffold.yaml --tag ${{ github.sha }}
repository: ghcr.io/${{ github.repository_owner }}
2 changes: 1 addition & 1 deletion .github/workflows/actions_temp_branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ jobs:
uses: hiberbee/github-action-skaffold@latest
id: build
with:
command: build --filename build/skaffold.yaml --tag ${{ github.sha }}
command: build --filename=build/skaffold.yaml --tag ${{ github.sha }}
repository: ghcr.io/${{ github.repository_owner }}

0 comments on commit 2145918

Please sign in to comment.