From 2a8c3842815b14faa2ee46858b9e83d12c3c896b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Guti=C3=A9rrez?= <34506328+sg-gs@users.noreply.github.com> Date: Tue, 4 Jun 2024 10:20:30 +0200 Subject: [PATCH] cd: update container name on deploying to share environment --- .github/workflows/cd-to-share.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: