Skip to content

Commit

Permalink
Fixed error in workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbinB97 committed Oct 18, 2023
1 parent d286821 commit 9894001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ jobs:
env:
DOMAIN: ${{ secrets.DOMAIN }}
run: |-
kubectl -n training-2 set image deploy/ck8s-user-demo ck8s-user-demo=harbor.$DOMAIN/$REGISTRY_PROJECT/ck8s-user-demo:$TAG
kubectl -n training-2 set image deploy/ck8s-user-demo ck8s-user-demo=harbor.$DOMAIN/training-2/ck8s-user-demo:$TAG

0 comments on commit 9894001

Please sign in to comment.