Skip to content

Commit 83ae233

Browse files
committed
fix(agentless): force lowercase for agentless tags
1 parent 932fed2 commit 83ae233

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/agentless-container.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
for version in $TEST_VERSIONS; do
5656
TAGS+="-t ${{ env.REGISTRY }}/${{env.IMAGE_NAME}}/agentless:$version "
5757
done
58+
TAGS=${TAGS@L}
5859
5960
docker buildx build --push --platform linux/amd64,linux/arm64 $TAGS --metadata-file=metadata.json -f ../containers/agentless/Dockerfile ../containers/agentless
6061

0 commit comments

Comments
 (0)