-
Notifications
You must be signed in to change notification settings - Fork 3
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 #21 from devilbox/dependabot/github_actions/cytopi…
…a/shell-command-retry-action-0.1.3 Bump cytopia/shell-command-retry-action from 0.1.2 to 0.1.3
- Loading branch information
Showing
4 changed files
with
11 additions
and
11 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 |
---|---|---|
|
@@ -102,7 +102,7 @@ jobs: | |
if: ${{ inputs.stage_prev != '' }} | ||
|
||
- name: "[Artifact Load] Import previously built image" | ||
uses: cytopia/[email protected].2 | ||
uses: cytopia/[email protected].3 | ||
with: | ||
command: | | ||
make load INFILE=${{ steps.set-artifact-name.outputs.prev }} | ||
|
@@ -113,7 +113,7 @@ jobs: | |
# Build | ||
# ------------------------------------------------------------ | ||
- name: Build | ||
uses: cytopia/[email protected].2 | ||
uses: cytopia/[email protected].3 | ||
with: | ||
command: | | ||
make build VERSION=${{ matrix.version }} STAGE=${{ inputs.stage }} FLAVOUR=${{ matrix.flavour }} ARCH=${{ matrix.arch }} | ||
|
@@ -123,7 +123,7 @@ jobs: | |
# Test | ||
# ------------------------------------------------------------ | ||
- name: Test | ||
uses: cytopia/[email protected].2 | ||
uses: cytopia/[email protected].3 | ||
with: | ||
command: | | ||
make test VERSION=${{ matrix.version }} STAGE=${{ inputs.stage }} FLAVOUR=${{ matrix.flavour }} ARCH=${{ matrix.arch }} | ||
|
@@ -138,7 +138,7 @@ jobs: | |
### Export current image | ||
### | ||
- name: "[Artifact Save] Export currently built image" | ||
uses: cytopia/[email protected].2 | ||
uses: cytopia/[email protected].3 | ||
with: | ||
command: | | ||
make save-verify VERSION=${{ matrix.version }} STAGE=${{ inputs.stage }} FLAVOUR=${{ matrix.flavour }} ARCH=${{ matrix.arch }} OUTFILE=${{ steps.set-artifact-name.outputs.curr }} INFILE=${{ steps.set-artifact-name.outputs.curr }} | ||
|
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 |
---|---|---|
|
@@ -105,7 +105,7 @@ jobs: | |
attempt_delay: 10000 | ||
|
||
- name: "[Artifact Load] Import previously built image" | ||
uses: cytopia/[email protected].2 | ||
uses: cytopia/[email protected].3 | ||
with: | ||
command: | | ||
make load INFILE=${{ steps.set-artifact-name.outputs.curr }} | ||
|
@@ -115,7 +115,7 @@ jobs: | |
# Re-tag images | ||
# ------------------------------------------------------------ | ||
- name: "[Docker Tag] Retag" | ||
uses: cytopia/[email protected].2 | ||
uses: cytopia/[email protected].3 | ||
with: | ||
command: | | ||
make tag VERSION=${{ matrix.version }} STAGE=${{ inputs.stage }} FLAVOUR=${{ matrix.flavour }} TAG=${{ steps.tag.outputs.docker-tag }} | ||
|
@@ -140,7 +140,7 @@ jobs: | |
# Push images | ||
# ------------------------------------------------------------ | ||
- name: Push Image | ||
uses: cytopia/[email protected].2 | ||
uses: cytopia/[email protected].3 | ||
with: | ||
command: | | ||
make push VERSION=${{ matrix.version }} STAGE=${{ inputs.stage }} FLAVOUR=${{ matrix.flavour }} TAG=${{ steps.tag.outputs.docker-tag }} | ||
|
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 |
---|---|---|
|
@@ -104,7 +104,7 @@ jobs: | |
# Create Manifest | ||
# ------------------------------------------------------------ | ||
- name: "[Create Manifest] (${{ steps.manifest.outputs.arches }})" | ||
uses: cytopia/[email protected].2 | ||
uses: cytopia/[email protected].3 | ||
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 }} | ||
|
@@ -114,7 +114,7 @@ jobs: | |
# Deploy Manifest | ||
# ------------------------------------------------------------ | ||
- name: "[Push Manifest] ${{ steps.tag.outputs.docker-tag }}" | ||
uses: cytopia/[email protected].2 | ||
uses: cytopia/[email protected].3 | ||
with: | ||
command: | | ||
make manifest-push VERSION=${{ matrix.version }} STAGE=${{ inputs.stage }} FLAVOUR=${{ matrix.flavour }} TAG=${{ steps.tag.outputs.docker-tag }} |
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 |
---|---|---|
|
@@ -87,7 +87,7 @@ jobs: | |
attempt_delay: 10000 | ||
|
||
- name: "[Artifact Load] Import previously built image" | ||
uses: cytopia/[email protected].2 | ||
uses: cytopia/[email protected].3 | ||
with: | ||
command: | | ||
make load INFILE=${{ steps.set-artifact-name.outputs.curr }} | ||
|
@@ -97,7 +97,7 @@ jobs: | |
# Test | ||
# ------------------------------------------------------------ | ||
- name: Test | ||
uses: cytopia/[email protected].2 | ||
uses: cytopia/[email protected].3 | ||
with: | ||
command: | | ||
make test VERSION=${{ matrix.version }} STAGE=${{ inputs.stage }} FLAVOUR=${{ matrix.flavour }} ARCH=${{ matrix.arch }} |