Skip to content

Commit

Permalink
Remove use of the env context when defining a matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonnnj committed Jan 29, 2024
1 parent fd04eb4 commit 973a9c2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -490,8 +490,8 @@ jobs:
fail-fast: true
matrix:
image:
- ${{ env.IMAGE_NAME }}
- ghcr.io/${{ env.IMAGE_NAME }}
- cisagov/example
- ghcr.io/cisagov/example
platform:
- linux/386
- linux/amd64
Expand Down Expand Up @@ -589,8 +589,8 @@ jobs:
fail-fast: false
matrix:
image:
- ${{ env.IMAGE_NAME }}
- ghcr.io/${{ env.IMAGE_NAME }}
- cisagov/example
- ghcr.io/cisagov/example
steps:
- id: harden-runner
name: Harden the runner
Expand Down

0 comments on commit 973a9c2

Please sign in to comment.