diff --git a/.github/workflows/stg-backend.yml b/.github/workflows/stg-backend.yml index 1005842..daeb697 100644 --- a/.github/workflows/stg-backend.yml +++ b/.github/workflows/stg-backend.yml @@ -53,8 +53,6 @@ jobs: with: images: aeternitybot/state-channel-demo-backend tags: | - type=raw,value=latest,enable=${{ endsWith(GitHub.ref, 'main') }} - type=ref,event=tag type=ref,event=pr - name: Get commit sha on PR Sync @@ -112,7 +110,7 @@ jobs: - name: Staging deploy if: github.event_name == 'pull_request' && github.event.action == 'opened' - uses: aeternity/ae-github-actions/argocd-deploy@v4 + uses: aeternity/ae-github-actions/argocd-deploy@v5 with: url-prefix: pr-${{ env.PR_NUMBER }} env: ${{ env.ENV }} @@ -120,7 +118,7 @@ jobs: - name: Staging undeploy if: github.event_name == 'pull_request' && github.event.action == 'closed' && startsWith(github.head_ref, 'release') != true - uses: aeternity/ae-github-actions/argocd-undeploy@v4 + uses: aeternity/ae-github-actions/argocd-undeploy@v5 with: url-prefix: pr-${{ env.PR_NUMBER }} env: ${{ env.ENV }} diff --git a/.github/workflows/stg-frontend.yml b/.github/workflows/stg-frontend.yml index 8cd3622..4f249e2 100644 --- a/.github/workflows/stg-frontend.yml +++ b/.github/workflows/stg-frontend.yml @@ -53,8 +53,6 @@ jobs: with: images: aeternitybot/state-channel-demo-frontend tags: | - type=raw,value=latest,enable=${{ endsWith(GitHub.ref, 'main') }} - type=ref,event=tag type=ref,event=pr - name: Get commit sha on PR Sync @@ -121,7 +119,7 @@ jobs: - name: Staging deploy if: github.event_name == 'pull_request' && github.event.action == 'opened' - uses: aeternity/ae-github-actions/argocd-deploy@v4 + uses: aeternity/ae-github-actions/argocd-deploy@v5 with: url-prefix: pr-${{ env.PR_NUMBER }} env: ${{ env.ENV }} @@ -129,7 +127,7 @@ jobs: - name: Staging undeploy if: github.event_name == 'pull_request' && github.event.action == 'closed' && startsWith(github.head_ref, 'release') != true - uses: aeternity/ae-github-actions/argocd-undeploy@v4 + uses: aeternity/ae-github-actions/argocd-undeploy@v5 with: url-prefix: pr-${{ env.PR_NUMBER }} env: ${{ env.ENV }}