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