Skip to content

Commit

Permalink
Merge pull request #117 from cytopia/dependabot/github_actions/cytopi…
Browse files Browse the repository at this point in the history
…a/shell-command-retry-action-0.1.6

Bump cytopia/shell-command-retry-action from 0.1.5 to 0.1.6
  • Loading branch information
cytopia authored Nov 18, 2022
2 parents 57de956 + e1d7e87 commit 16ea7b7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/docker-multistage-build-extra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
if: ${{ inputs.stage_prev != '' }}

- name: "[Artifact Load] Import previously built image"
uses: cytopia/[email protected].5
uses: cytopia/[email protected].6
with:
command: |
make load INFILE=${{ steps.set-artifact-name.outputs.prev }}
Expand All @@ -140,14 +140,14 @@ jobs:
# Build
# ------------------------------------------------------------
- name: Pull
uses: cytopia/[email protected].5
uses: cytopia/[email protected].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/[email protected].5
uses: cytopia/[email protected].6
with:
command: |
make build VERSION=${{ matrix.VERSION }} STAGE=${{ inputs.stage }} FLAVOUR=${{ matrix.FLAVOUR }} ARCH=${{ matrix.ARCH }} ${{ inputs.extra_make_var_name }}=${{ matrix.EXTRA }}
Expand All @@ -157,7 +157,7 @@ jobs:
# Test
# ------------------------------------------------------------
- name: Test
uses: cytopia/[email protected].5
uses: cytopia/[email protected].6
with:
command: |
make test VERSION=${{ matrix.VERSION }} STAGE=${{ inputs.stage }} FLAVOUR=${{ matrix.FLAVOUR }} ARCH=${{ matrix.ARCH }} ${{ inputs.extra_make_var_name }}=${{ matrix.EXTRA }}
Expand All @@ -168,7 +168,7 @@ jobs:
# Push
# ------------------------------------------------------------
- name: Docker Tag
uses: cytopia/[email protected].5
uses: cytopia/[email protected].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 }}
Expand All @@ -181,7 +181,7 @@ jobs:
if: ${{ inputs.push_image }}

- name: Docker push
uses: cytopia/[email protected].5
uses: cytopia/[email protected].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 }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-multistage-push-manifest-helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
# Create Manifest
# ------------------------------------------------------------
- name: "[Create Manifest] (${{ steps.manifest.outputs.arches }})"
uses: cytopia/[email protected].5
uses: cytopia/[email protected].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 }}
Expand All @@ -116,7 +116,7 @@ jobs:
# Deploy Manifest
# ------------------------------------------------------------
- name: "[Push Manifest] ${{ steps.tag.outputs.docker-tag }}"
uses: cytopia/[email protected].5
uses: cytopia/[email protected].6
with:
command: |
make manifest-push VERSION=${{ matrix.VERSION }} STAGE=${{ inputs.stage }} FLAVOUR=${{ matrix.FLAVOUR }} TAG=${{ steps.tag.outputs.docker-tag }} HELM=${{ matrix.EXTRA }}
4 changes: 2 additions & 2 deletions .github/workflows/docker-multistage-push-manifest-kops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
# Create Manifest
# ------------------------------------------------------------
- name: "[Create Manifest] (${{ steps.manifest.outputs.arches }})"
uses: cytopia/[email protected].5
uses: cytopia/[email protected].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 }}
Expand All @@ -116,7 +116,7 @@ jobs:
# Deploy Manifest
# ------------------------------------------------------------
- name: "[Push Manifest] ${{ steps.tag.outputs.docker-tag }}"
uses: cytopia/[email protected].5
uses: cytopia/[email protected].6
with:
command: |
make manifest-push VERSION=${{ matrix.VERSION }} STAGE=${{ inputs.stage }} FLAVOUR=${{ matrix.FLAVOUR }} TAG=${{ steps.tag.outputs.docker-tag }} KOPS=${{ matrix.EXTRA }}

0 comments on commit 16ea7b7

Please sign in to comment.