Skip to content

Commit

Permalink
fix build args
Browse files Browse the repository at this point in the history
  • Loading branch information
mabulgu committed Mar 21, 2024
1 parent 4600765 commit f40d4ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
run: |
twine upload dist/*
continue-on-error: true

- name: Sleep for 3 mins
uses: jakejarvis/wait-action@master
with:
Expand All @@ -62,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 f40d4ed

Please sign in to comment.