Skip to content

Commit

Permalink
disable version tags for all stragglers (#1819)
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Hall <jason@chainguard.dev>
  • Loading branch information
imjasonh authored Nov 3, 2023
1 parent 4319c01 commit 81442ab
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,21 +92,10 @@ jobs:
with:
k3s-image: cgr.dev/chainguard/k3s:latest@sha256:5bf7e7eebcff66a03f360511155b90732dd2b9ebcf4079bbf0c3d9501d717ddc

# Disable creating new version tags.
- run: |
# temporarily generate tags for these modules
if [[ "${{ matrix.imageName }}" != "busybox" ]] && \
[[ "${{ matrix.imageName }}" != "jre" ]] && \
[[ "${{ matrix.imageName }}" != "node" ]] && \
[[ "${{ matrix.imageName }}" != "minio" ]] && \
[[ "${{ matrix.imageName }}" != "rqlite" ]] && \
[[ "${{ matrix.imageName }}" != "dex" ]]; then
echo "TF_APKO_DISABLE_VERSION_TAGS=true" >> $GITHUB_ENV
fi
- name: Terraform apply
env:
TF_VAR_target_repository: cgr.dev/chainguard
TF_APKO_DISABLE_VERSION_TAGS: true # Disable creating new version tags.
run: |
set -x -o pipefail
env | grep '^TF_VAR_'
Expand Down

0 comments on commit 81442ab

Please sign in to comment.