Skip to content

Commit

Permalink
Merge pull request #205 from atc0005/minor-formatting-tweak-to-matrix…
Browse files Browse the repository at this point in the history
…-image-ref

Minor formatting tweak to matrix image ref
  • Loading branch information
atc0005 authored Jun 26, 2024
2 parents d6e5884 + d2a6d5a commit f6911a9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint-and-build-using-ci-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-using-optional-linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f6911a9

Please sign in to comment.