Skip to content

Commit

Permalink
fix arg param
Browse files Browse the repository at this point in the history
  • Loading branch information
mabulgu committed Mar 21, 2024
1 parent f40d4ed commit c32bea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
dockerfile: ./Dockerfile
push: true
build-args: |
KUBECONFIG_CONTENT="${{ secrets.KUBECONFIG }}"
"KUBECONFIG_CONTENT=${{ secrets.KUBECONFIG }}"
upload_build_data_artifact:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c32bea2

Please sign in to comment.