Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/docker-name-version-flavour-arch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
# Build
# ------------------------------------------------------------
- name: Build
uses: cytopia/[email protected].2
uses: cytopia/[email protected].3
with:
command: |
make build NAME=${{ matrix.name }} VERSION=${{ matrix.version }} FLAVOUR=${{ matrix.flavour }} ARCH=${{ matrix.arch }} TAG=${{ steps.tag.outputs.docker-tag }}
Expand All @@ -161,7 +161,7 @@ jobs:
# Test
# ------------------------------------------------------------
- name: Test
uses: cytopia/[email protected].2
uses: cytopia/[email protected].3
with:
command: |
make test NAME=${{ matrix.name }} VERSION=${{ matrix.version }} FLAVOUR=${{ matrix.flavour }} ARCH=${{ matrix.arch }} TAG=${{ steps.tag.outputs.docker-tag }}
Expand All @@ -177,7 +177,7 @@ jobs:
if: needs.configure.outputs.can_login == 1 && inputs.can_deploy

- name: Docker push architecture image
uses: cytopia/[email protected].2
uses: cytopia/[email protected].3
with:
command: |
make push NAME=${{ matrix.name }} VERSION=${{ matrix.version }} FLAVOUR=${{ matrix.flavour }} ARCH=${{ matrix.arch }} TAG=${{ steps.tag.outputs.docker-tag }}
Expand Down Expand Up @@ -239,13 +239,13 @@ jobs:
password: ${{ secrets.DOCKERHUB_PASSWORD }}

- name: "[DEPLOY] Create Docker manifest for architectures: ${{ steps.manifest.outputs.arches }}"
uses: cytopia/[email protected].2
uses: cytopia/[email protected].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/[email protected].2
uses: cytopia/[email protected].3
with:
command: |
make manifest-push NAME=${{ matrix.name }} VERSION=${{ matrix.version }} FLAVOUR=${{ matrix.flavour }} TAG=${{ steps.tag.outputs.docker-tag }}
8 changes: 4 additions & 4 deletions .github/workflows/lint-generic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,25 +19,25 @@ jobs:
fetch-depth: 0

- name: Lint Files
uses: cytopia/[email protected].2
uses: cytopia/[email protected].3
with:
command: |
make lint-files

- name: Lint Yaml
uses: cytopia/[email protected].2
uses: cytopia/[email protected].3
with:
command: |
make lint-yaml

- name: Lint JSON
uses: cytopia/[email protected].2
uses: cytopia/[email protected].3
with:
command: |
make lint-json

- name: Lint Bash
uses: cytopia/[email protected].2
uses: cytopia/[email protected].3
with:
command: |
make lint-bash