Skip to content

Commit

Permalink
fix workflow tag file
Browse files Browse the repository at this point in the history
  • Loading branch information
lukachi committed Mar 13, 2024
1 parent 951dc45 commit d398e99
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,18 @@ jobs:
. $(werf ci-env github --as-file)
werf export --dev web --tag ghcr.io/$GITHUB_REPOSITORY:$GITHUB_REF_NAME
deploy:
name: Deploy
needs: converge
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: ConfigCreate
run: |
mkdir ~/.kube/
echo "${{ secrets.K8SCONFIG_MAIN }}" | base64 -d > config
mv config ~/.kube/
kubectl set image deployment webclient template=ghcr.io/$GITHUB_REPOSITORY:$GITHUB_REF_NAME -n worldcoin
deploy:
name: Deploy
needs: converge
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: ConfigCreate
run: |
mkdir ~/.kube/
echo "${{ secrets.K8SCONFIG_MAIN }}" | base64 -d > config
mv config ~/.kube/
kubectl set image deployment webclient template=ghcr.io/$GITHUB_REPOSITORY:$GITHUB_REF_NAME -n worldcoin

0 comments on commit d398e99

Please sign in to comment.