[CI-only] Update tagging for dev_tags (#13199)

Remove the hardcoded `-dev` suffix from dev_tags, which is causing tags to be in the format `1.12.0-dev-dev` instead of just `1.12.0-dev`. I'll clean up the old tags before making the dockerhub repo public, which will be available https://hub.docker.com/r/hashicorppreview/consul
pull/13213/head
Michele Degges 3 years ago committed by GitHub
parent 8712a088b1
commit bfe7f0ad63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -242,5 +242,5 @@ jobs:
docker.io/hashicorp/${{env.repo}}:${{env.version}}
public.ecr.aws/hashicorp/${{env.repo}}:${{env.version}}
dev_tags: |
docker.io/hashicorppreview/${{ env.repo }}:${{ env.version }}-dev
docker.io/hashicorppreview/${{ env.repo }}:${{ env.version }}
docker.io/hashicorppreview/${{ env.repo }}:${{ env.version }}-${{ github.sha }}

Loading…
Cancel
Save