diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cc17c9a..75ba4cb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 @@ -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