diff --git a/.github/workflows/cd-to-share.yml b/.github/workflows/cd-to-share.yml index 2aa7630ba..5a268ecdd 100644 --- a/.github/workflows/cd-to-share.yml +++ b/.github/workflows/cd-to-share.yml @@ -57,7 +57,7 @@ jobs: uses: steebchen/kubectl@v2.0.0 with: # defaults to latest kubectl binary version config: ${{ secrets.KUBE_CONFIG_DRIVE_SERVER }} - command: set image --record deployment/drive-web-share-dp drive-web-share-dp=${{ secrets.DOCKERHUB_USERNAME }}/drive-web-dev:${{ github.sha }} -n drive + command: set image --record deployment/drive-web-share-dp drive-web-share=${{ secrets.DOCKERHUB_USERNAME }}/drive-web-dev:${{ github.sha }} -n drive - name: Verify deployment uses: steebchen/kubectl@v2.0.0 with: