We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 604a34a commit d83a831Copy full SHA for d83a831
.github/workflows/draft-release.yaml
@@ -48,9 +48,9 @@ jobs:
48
context: .
49
file: Dockerfile.agent
50
push: true
51
- tags:
52
- - ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/agent:${{ github.ref_name }}
53
- - ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/agent:latest
+ tags: |
+ ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/agent:${{ github.ref_name }}
+ ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/agent:latest
54
# Update infrastructure manifest with new image tag
55
- name: Update infrastructure manifest
56
run: IMG_TAG=${{ github.ref_name }} make generate-infra-yaml
0 commit comments