try different quotations

This commit is contained in:
Ulf Gebhardt 2023-03-05 15:02:10 +01:00
parent d271ff3760
commit 71dc31d926
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -25,9 +25,9 @@ jobs:
- name: Neo4J | Build `community` image
run: |
docker build --target community \
--tag "ocelotsocialnetwork/neo4j-community:latest" \
--tag "ocelotsocialnetwork/neo4j-community:${VERSION}" \
--tag "ocelotsocialnetwork/neo4j-community:${BUILD_VERSION}" \
--tag 'ocelotsocialnetwork/neo4j-community:latest' \
--tag 'ocelotsocialnetwork/neo4j-community:${VERSION}'' \
--tag 'ocelotsocialnetwork/neo4j-community:${BUILD_VERSION}'' \
--build-arg BBUILD_DATE=$BUILD_DATE \
--build-arg BBUILD_VERSION=$BUILD_VERSION \
--build-arg BBUILD_COMMIT=$BUILD_COMMIT \