Skip to content

Commit

Permalink
fix: dockerfile paths
Browse files Browse the repository at this point in the history
  • Loading branch information
simonkowallik committed Dec 29, 2024
1 parent 76ab43c commit afa969b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-apiserver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
with:
context: .
platforms: linux/amd64,linux/arm64
file: Dockerfile
file: files/Dockerfile.apiserver
push: true
cache-from: type=gha
cache-to: type=gha,mode=max
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
with:
context: .
platforms: linux/amd64,linux/arm64
file: Dockerfile
file: files/Dockerfile
push: true
cache-from: type=gha
cache-to: type=gha,mode=max
Expand Down

0 comments on commit afa969b

Please sign in to comment.