From e1d7e87c72a356efa4253be14ebe7e8571e73689 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Nov 2022 02:06:35 +0000 Subject: [PATCH] Bump cytopia/shell-command-retry-action from 0.1.5 to 0.1.6 Bumps [cytopia/shell-command-retry-action](https://github.com/cytopia/shell-command-retry-action) from 0.1.5 to 0.1.6. - [Release notes](https://github.com/cytopia/shell-command-retry-action/releases) - [Commits](https://github.com/cytopia/shell-command-retry-action/compare/v0.1.5...v0.1.6) --- updated-dependencies: - dependency-name: cytopia/shell-command-retry-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/docker-multistage-build-extra.yml | 12 ++++++------ .../docker-multistage-push-manifest-helm.yml | 4 ++-- .../docker-multistage-push-manifest-kops.yml | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/docker-multistage-build-extra.yml b/.github/workflows/docker-multistage-build-extra.yml index 2808f81..6116da2 100644 --- a/.github/workflows/docker-multistage-build-extra.yml +++ b/.github/workflows/docker-multistage-build-extra.yml @@ -129,7 +129,7 @@ jobs: if: ${{ inputs.stage_prev != '' }} - name: "[Artifact Load] Import previously built image" - uses: cytopia/shell-command-retry-action@v0.1.5 + uses: cytopia/shell-command-retry-action@v0.1.6 with: command: | make load INFILE=${{ steps.set-artifact-name.outputs.prev }} @@ -140,14 +140,14 @@ jobs: # Build # ------------------------------------------------------------ - name: Pull - uses: cytopia/shell-command-retry-action@v0.1.5 + uses: cytopia/shell-command-retry-action@v0.1.6 with: command: | make docker-pull-base-image VERSION=${{ matrix.VERSION }} STAGE=${{ inputs.stage }} FLAVOUR=${{ matrix.FLAVOUR }} ARCH=${{ matrix.ARCH }} ${{ inputs.extra_make_var_name }}=${{ matrix.EXTRA }} if: ${{ inputs.pull_base_image }} - name: Build - uses: cytopia/shell-command-retry-action@v0.1.5 + uses: cytopia/shell-command-retry-action@v0.1.6 with: command: | make build VERSION=${{ matrix.VERSION }} STAGE=${{ inputs.stage }} FLAVOUR=${{ matrix.FLAVOUR }} ARCH=${{ matrix.ARCH }} ${{ inputs.extra_make_var_name }}=${{ matrix.EXTRA }} @@ -157,7 +157,7 @@ jobs: # Test # ------------------------------------------------------------ - name: Test - uses: cytopia/shell-command-retry-action@v0.1.5 + uses: cytopia/shell-command-retry-action@v0.1.6 with: command: | make test VERSION=${{ matrix.VERSION }} STAGE=${{ inputs.stage }} FLAVOUR=${{ matrix.FLAVOUR }} ARCH=${{ matrix.ARCH }} ${{ inputs.extra_make_var_name }}=${{ matrix.EXTRA }} @@ -168,7 +168,7 @@ jobs: # Push # ------------------------------------------------------------ - name: Docker Tag - uses: cytopia/shell-command-retry-action@v0.1.5 + uses: cytopia/shell-command-retry-action@v0.1.6 with: command: | make tag VERSION="${{ matrix.VERSION }}" STAGE=${{ inputs.stage }} FLAVOUR=${{ matrix.FLAVOUR }} TAG=${{ steps.tag.outputs.docker-tag }} ${{ inputs.extra_make_var_name }}=${{ matrix.EXTRA }} @@ -181,7 +181,7 @@ jobs: if: ${{ inputs.push_image }} - name: Docker push - uses: cytopia/shell-command-retry-action@v0.1.5 + uses: cytopia/shell-command-retry-action@v0.1.6 with: command: | make push VERSION="${{ matrix.version }}" STAGE=${{ inputs.stage }} FLAVOUR=${{ matrix.flavour }} ARCH=${{ matrix.arch }} TAG=${{ steps.tag.outputs.docker-tag }} ${{ inputs.extra_make_var_name }}=${{ matrix.EXTRA }} diff --git a/.github/workflows/docker-multistage-push-manifest-helm.yml b/.github/workflows/docker-multistage-push-manifest-helm.yml index 9551c96..2b029bb 100644 --- a/.github/workflows/docker-multistage-push-manifest-helm.yml +++ b/.github/workflows/docker-multistage-push-manifest-helm.yml @@ -106,7 +106,7 @@ jobs: # Create Manifest # ------------------------------------------------------------ - name: "[Create Manifest] (${{ steps.manifest.outputs.arches }})" - uses: cytopia/shell-command-retry-action@v0.1.5 + uses: cytopia/shell-command-retry-action@v0.1.6 with: command: | make manifest-create VERSION=${{ matrix.VERSION }} STAGE=${{ inputs.stage }} FLAVOUR=${{ matrix.FLAVOUR }} ARCHES=${{ steps.manifest.outputs.arches }} TAG=${{ steps.tag.outputs.docker-tag }} HELM=${{ matrix.EXTRA }} @@ -116,7 +116,7 @@ jobs: # Deploy Manifest # ------------------------------------------------------------ - name: "[Push Manifest] ${{ steps.tag.outputs.docker-tag }}" - uses: cytopia/shell-command-retry-action@v0.1.5 + uses: cytopia/shell-command-retry-action@v0.1.6 with: command: | make manifest-push VERSION=${{ matrix.VERSION }} STAGE=${{ inputs.stage }} FLAVOUR=${{ matrix.FLAVOUR }} TAG=${{ steps.tag.outputs.docker-tag }} HELM=${{ matrix.EXTRA }} diff --git a/.github/workflows/docker-multistage-push-manifest-kops.yml b/.github/workflows/docker-multistage-push-manifest-kops.yml index dc31604..abe515d 100644 --- a/.github/workflows/docker-multistage-push-manifest-kops.yml +++ b/.github/workflows/docker-multistage-push-manifest-kops.yml @@ -106,7 +106,7 @@ jobs: # Create Manifest # ------------------------------------------------------------ - name: "[Create Manifest] (${{ steps.manifest.outputs.arches }})" - uses: cytopia/shell-command-retry-action@v0.1.5 + uses: cytopia/shell-command-retry-action@v0.1.6 with: command: | make manifest-create VERSION=${{ matrix.VERSION }} STAGE=${{ inputs.stage }} FLAVOUR=${{ matrix.FLAVOUR }} ARCHES=${{ steps.manifest.outputs.arches }} TAG=${{ steps.tag.outputs.docker-tag }} KOPS=${{ matrix.EXTRA }} @@ -116,7 +116,7 @@ jobs: # Deploy Manifest # ------------------------------------------------------------ - name: "[Push Manifest] ${{ steps.tag.outputs.docker-tag }}" - uses: cytopia/shell-command-retry-action@v0.1.5 + uses: cytopia/shell-command-retry-action@v0.1.6 with: command: | make manifest-push VERSION=${{ matrix.VERSION }} STAGE=${{ inputs.stage }} FLAVOUR=${{ matrix.FLAVOUR }} TAG=${{ steps.tag.outputs.docker-tag }} KOPS=${{ matrix.EXTRA }}