Skip to content

Commit d83a831

Browse files
committed
Fix agent image builder workflow
Signed-off-by: Andrea Mazzotti <[email protected]>
1 parent 604a34a commit d83a831

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/draft-release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ jobs:
4848
context: .
4949
file: Dockerfile.agent
5050
push: true
51-
tags:
52-
- ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/agent:${{ github.ref_name }}
53-
- ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/agent:latest
51+
tags: |
52+
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/agent:${{ github.ref_name }}
53+
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/agent:latest
5454
# Update infrastructure manifest with new image tag
5555
- name: Update infrastructure manifest
5656
run: IMG_TAG=${{ github.ref_name }} make generate-infra-yaml

0 commit comments

Comments
 (0)