Skip to content

Commit

Permalink
fix: update docker context
Browse files Browse the repository at this point in the history
  • Loading branch information
itboon committed Oct 1, 2024
1 parent 2de371d commit e97587f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-kubectl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
uses: docker/build-push-action@v5
if: github.ref_name == 'main'
with:
context: .
context: docker/kubectl
platforms: linux/amd64,linux/arm64
push: true
cache-from: type=gha
Expand All @@ -80,7 +80,7 @@ jobs:
# env:
# APP_VERSION: '${{ steps.vars.outputs.app_version }}'
with:
context: .
context: docker/kubectl
platforms: linux/amd64,linux/arm64
push: true
cache-from: type=gha
Expand Down

0 comments on commit e97587f

Please sign in to comment.