Skip to content

Commit

Permalink
🐳Fix destination of the docker hub build
Browse files Browse the repository at this point in the history
  • Loading branch information
shepilov committed Mar 14, 2024
1 parent aa2dd28 commit cc7c82f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 136 deletions.
131 changes: 0 additions & 131 deletions .github/workflows/labels.yml

This file was deleted.

10 changes: 5 additions & 5 deletions docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ target "backend" {
dockerfile = "docker/tdrive-node/Dockerfile"
target = "production"
tags = concat(
generate_tags("docker.io/linagora/tdrive-node", target.docker-metadata-action.tags),
generate_tags("docker.io/twakedrive/tdrive-node", target.docker-metadata-action.tags),
generate_tags("docker-registry.linagora.com/tdrive/tdrive-node", target.docker-metadata-action.tags),
)
}
Expand All @@ -25,7 +25,7 @@ target "frontend" {
inherits = ["_common"]
dockerfile = "docker/tdrive-frontend/Dockerfile"
tags = concat(
generate_tags("docker.io/linagora/tdrive-frontend", target.docker-metadata-action.tags),
generate_tags("docker.io/twakedrive/tdrive-frontend", target.docker-metadata-action.tags),
generate_tags("docker-registry.linagora.com/tdrive/tdrive-frontend", target.docker-metadata-action.tags),
)
}
Expand All @@ -34,23 +34,23 @@ target "onlyoffice-connector" {
inherits = ["_common"]
dockerfile = "docker/onlyoffice-connector/Dockerfile"
tags = concat(
generate_tags("docker.io/linagora/onlyoffice-connector", target.docker-metadata-action.tags),
generate_tags("docker.io/twakedrive/onlyoffice-connector", target.docker-metadata-action.tags),
generate_tags("docker-registry.linagora.com/tdrive/onlyoffice-connector", target.docker-metadata-action.tags),
)
}
target "ldap-sync" {
inherits = ["_common"]
dockerfile = "docker/tdrive-ldap-sync/Dockerfile"
tags = concat(
generate_tags("docker.io/linagora/tdrive-ldap-sync", target.docker-metadata-action.tags),
generate_tags("docker.io/twakedrive/tdrive-ldap-sync", target.docker-metadata-action.tags),
generate_tags("docker-registry.linagora.com/tdrive/tdrive-ldap-sync", target.docker-metadata-action.tags),
)
}
target "nextcloud-migration" {
inherits = ["_common"]
dockerfile = "docker/tdrive-nextcloud-migration/Dockerfile"
tags = concat(
generate_tags("docker.io/linagora/tdrive-nextcloud-migration", target.docker-metadata-action.tags),
generate_tags("docker.io/twakedrive˚/tdrive-nextcloud-migration", target.docker-metadata-action.tags),
generate_tags("docker-registry.linagora.com/tdrive/tdrive-nextcloud-migration", target.docker-metadata-action.tags),
)
}

0 comments on commit cc7c82f

Please sign in to comment.