From 7f49e846af6bb1774abadb213a14b18cd4d28b4b Mon Sep 17 00:00:00 2001 From: Vlad Volkov Date: Wed, 27 Jul 2022 07:30:03 +0300 Subject: [PATCH] update: test workflow --- .github/workflows/build-images.yml | 2 +- .github/workflows/test-images.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-images.yml b/.github/workflows/build-images.yml index 63bff15..55daf10 100644 --- a/.github/workflows/build-images.yml +++ b/.github/workflows/build-images.yml @@ -53,7 +53,7 @@ jobs: helm: version - name: Build Docker images - uses: hiberbee/github-action-skaffold@1.21.0 + uses: hiberbee/github-action-skaffold@1.21.1 with: command: build repository: ${{ secrets.DOCKER_REGISTRY }}/${{ env.APP_NAME }} diff --git a/.github/workflows/test-images.yml b/.github/workflows/test-images.yml index 869a46b..501fad5 100644 --- a/.github/workflows/test-images.yml +++ b/.github/workflows/test-images.yml @@ -26,7 +26,7 @@ jobs: password: ${{ secrets.DOCKER_PASSWORD }} - name: Test Docker images - uses: hiberbee/github-action-skaffold@1.21.0 + uses: hiberbee/github-action-skaffold@1.21.1 with: command: test images: ${{ secrets.DOCKER_REGISTRY }}/${{ env.APP_NAME }}/cms:latest,${{ secrets.DOCKER_REGISTRY }}/${{ env.APP_NAME }}/website:latest