no quotations

This commit is contained in:
Ulf Gebhardt 2023-03-05 15:03:57 +01:00
parent 71dc31d926
commit 62e3b30427
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 \