Merge pull request #5 from zapal-tech/main

bake fix
This commit is contained in:
Bohdan Kucheriavyi 2024-02-14 01:01:03 +02:00 committed by GitHub
commit 1cbd069d5f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -74,7 +74,7 @@ group "default" {
function "tag" {
params = [repo, version]
result = ["${REGISTRY_USER}/${repo}:latest", "${REGISTRY_USER}/${repo}:${version}"]
result = ["ghcr.io/${REGISTRY_USER}/${repo}:latest", "ghcr.io/${REGISTRY_USER}/${repo}:${version}"]
}
target "default-args" {

View file

@ -108,7 +108,7 @@ services:
configurator:
condition: service_completed_successfully
required: true
image: zapal-tech/erp:latest
image: ghcr.io/zapal-tech/erp:latest
networks:
default: null
volumes: