diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 7cc59eb..4c0d31f 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -46,9 +46,9 @@ jobs: with: images: infracost/infracost-atlantis flavor: | - latest=${{ matrix.latest }} + latest=false tags: | - type=raw,value=atlantis${{ matrix.atlantis_release }}-infracost${{ matrix.cli_release }} + type=raw,value=test-atlantis${{ matrix.atlantis_release }}-infracost${{ matrix.cli_release }} labels: | atlantis-version=${{ matrix.atlantis_version }} cli-version=${{ matrix.cli_version }}