mirror of
https://github.com/esauflores/databases.git
synced 2026-03-09 06:30:34 +00:00
fix: Rename publish command to push for consistency in Justfile
This commit is contained in:
2
Justfile
2
Justfile
@@ -24,7 +24,7 @@ build db=VARIANT:
|
|||||||
docker build -f {{db}}/Dockerfile -t ${PREFIX}${IMAGE} {{db}}
|
docker build -f {{db}}/Dockerfile -t ${PREFIX}${IMAGE} {{db}}
|
||||||
|
|
||||||
# Build and push image to registry
|
# Build and push image to registry
|
||||||
publish db=VARIANT:
|
push db=VARIANT:
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
PREFIX=${REGISTRY_URL:+${REGISTRY_URL}/}
|
PREFIX=${REGISTRY_URL:+${REGISTRY_URL}/}
|
||||||
IMAGE="database-{{db}}:{{VERSION}}"
|
IMAGE="database-{{db}}:{{VERSION}}"
|
||||||
|
|||||||
Reference in New Issue
Block a user