From d2a6d5a53737b961c349d82addf1a1f2daa53fb6 Mon Sep 17 00:00:00 2001 From: Adam Chalkley Date: Wed, 26 Jun 2024 06:54:38 -0500 Subject: [PATCH] Minor formatting tweak to matrix image ref NOOP formatting change to image reference. --- .github/workflows/lint-and-build-using-ci-matrix.yml | 6 +++--- .github/workflows/lint-using-optional-linters.yml | 2 +- .github/workflows/release-build.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/lint-and-build-using-ci-matrix.yml b/.github/workflows/lint-and-build-using-ci-matrix.yml index 8c63c2c..9878bf7 100644 --- a/.github/workflows/lint-and-build-using-ci-matrix.yml +++ b/.github/workflows/lint-and-build-using-ci-matrix.yml @@ -103,7 +103,7 @@ jobs: - container-image: "go-ci-unstable" experimental: true container: - image: "ghcr.io/atc0005/go-ci:${{ matrix.container-image}}" + image: "ghcr.io/atc0005/go-ci:${{ matrix.container-image }}" steps: - name: Check out code @@ -174,7 +174,7 @@ jobs: - container-image: "go-ci-unstable" experimental: true container: - image: "ghcr.io/atc0005/go-ci:${{ matrix.container-image}}" + image: "ghcr.io/atc0005/go-ci:${{ matrix.container-image }}" steps: - name: Check out code @@ -260,7 +260,7 @@ jobs: - container-image: "go-ci-unstable" experimental: true container: - image: "ghcr.io/atc0005/go-ci:${{ matrix.container-image}}" + image: "ghcr.io/atc0005/go-ci:${{ matrix.container-image }}" steps: - name: Print go version diff --git a/.github/workflows/lint-using-optional-linters.yml b/.github/workflows/lint-using-optional-linters.yml index 2e30ad2..b545e8c 100644 --- a/.github/workflows/lint-using-optional-linters.yml +++ b/.github/workflows/lint-using-optional-linters.yml @@ -100,7 +100,7 @@ jobs: container-image: ["go-ci-oldstable", "go-ci-stable", "go-ci-unstable"] experimental: [true] container: - image: "ghcr.io/atc0005/go-ci:${{ matrix.container-image}}" + image: "ghcr.io/atc0005/go-ci:${{ matrix.container-image }}" steps: - name: Check out code diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index d536486..9f1453e 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -55,7 +55,7 @@ jobs: - container-image: "go-ci-unstable" experimental: true container: - image: "ghcr.io/atc0005/go-ci:${{ matrix.container-image}}" + image: "ghcr.io/atc0005/go-ci:${{ matrix.container-image }}" steps: - name: Log tag info