From bf20fbbf3e9257bc921c31442d40357918fc1c2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Mar 2022 03:37:09 +0000 Subject: [PATCH] Bump cytopia/shell-command-retry-action from 0.1.2 to 0.1.3 Bumps [cytopia/shell-command-retry-action](https://github.com/cytopia/shell-command-retry-action) from 0.1.2 to 0.1.3. - [Release notes](https://github.com/cytopia/shell-command-retry-action/releases) - [Commits](https://github.com/cytopia/shell-command-retry-action/compare/v0.1.2...v0.1.3) --- 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-name-version-flavour-arch.yml | 10 +++++----- .github/workflows/lint-generic.yml | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/docker-name-version-flavour-arch.yml b/.github/workflows/docker-name-version-flavour-arch.yml index e117425..dbb2428 100644 --- a/.github/workflows/docker-name-version-flavour-arch.yml +++ b/.github/workflows/docker-name-version-flavour-arch.yml @@ -152,7 +152,7 @@ jobs: # Build # ------------------------------------------------------------ - name: Build - uses: cytopia/shell-command-retry-action@v0.1.2 + uses: cytopia/shell-command-retry-action@v0.1.3 with: command: | make build NAME=${{ matrix.name }} VERSION=${{ matrix.version }} FLAVOUR=${{ matrix.flavour }} ARCH=${{ matrix.arch }} TAG=${{ steps.tag.outputs.docker-tag }} @@ -161,7 +161,7 @@ jobs: # Test # ------------------------------------------------------------ - name: Test - uses: cytopia/shell-command-retry-action@v0.1.2 + uses: cytopia/shell-command-retry-action@v0.1.3 with: command: | make test NAME=${{ matrix.name }} VERSION=${{ matrix.version }} FLAVOUR=${{ matrix.flavour }} ARCH=${{ matrix.arch }} TAG=${{ steps.tag.outputs.docker-tag }} @@ -177,7 +177,7 @@ jobs: if: needs.configure.outputs.can_login == 1 && inputs.can_deploy - name: Docker push architecture image - uses: cytopia/shell-command-retry-action@v0.1.2 + uses: cytopia/shell-command-retry-action@v0.1.3 with: command: | make push NAME=${{ matrix.name }} VERSION=${{ matrix.version }} FLAVOUR=${{ matrix.flavour }} ARCH=${{ matrix.arch }} TAG=${{ steps.tag.outputs.docker-tag }} @@ -239,13 +239,13 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: "[DEPLOY] Create Docker manifest for architectures: ${{ steps.manifest.outputs.arches }}" - uses: cytopia/shell-command-retry-action@v0.1.2 + uses: cytopia/shell-command-retry-action@v0.1.3 with: command: | make manifest-create NAME=${{ matrix.name }} VERSION=${{ matrix.version }} FLAVOUR=${{ matrix.flavour }} ARCHES=${{ steps.manifest.outputs.arches }} TAG=${{ steps.tag.outputs.docker-tag }} - name: "[DEPLOY] Publish Docker manifest: ${{ steps.tag.outputs.docker-tag }}" - uses: cytopia/shell-command-retry-action@v0.1.2 + uses: cytopia/shell-command-retry-action@v0.1.3 with: command: | make manifest-push NAME=${{ matrix.name }} VERSION=${{ matrix.version }} FLAVOUR=${{ matrix.flavour }} TAG=${{ steps.tag.outputs.docker-tag }} diff --git a/.github/workflows/lint-generic.yml b/.github/workflows/lint-generic.yml index 3e97475..217e9e6 100644 --- a/.github/workflows/lint-generic.yml +++ b/.github/workflows/lint-generic.yml @@ -19,25 +19,25 @@ jobs: fetch-depth: 0 - name: Lint Files - uses: cytopia/shell-command-retry-action@v0.1.2 + uses: cytopia/shell-command-retry-action@v0.1.3 with: command: | make lint-files - name: Lint Yaml - uses: cytopia/shell-command-retry-action@v0.1.2 + uses: cytopia/shell-command-retry-action@v0.1.3 with: command: | make lint-yaml - name: Lint JSON - uses: cytopia/shell-command-retry-action@v0.1.2 + uses: cytopia/shell-command-retry-action@v0.1.3 with: command: | make lint-json - name: Lint Bash - uses: cytopia/shell-command-retry-action@v0.1.2 + uses: cytopia/shell-command-retry-action@v0.1.3 with: command: | make lint-bash