-
-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #117 from cytopia/dependabot/github_actions/cytopi…
…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
Showing
3 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 }} | ||
|
@@ -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 }} | ||
|
@@ -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 }} | ||
|
@@ -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 }} | ||
|
@@ -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 }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 }} | ||
|
@@ -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 }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 }} | ||
|
@@ -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 }} |