Skip to content

Commit

Permalink
chore: don't set the new build to latest version so we can test
Browse files Browse the repository at this point in the history
  • Loading branch information
tim775 authored Jun 7, 2024
1 parent 6307950 commit d16163d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit d16163d

Please sign in to comment.