Skip to content

Commit

Permalink
Update accordingly to organization transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
xZero707 committed Apr 20, 2024
1 parent 3c1f13d commit 3deaa85
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ WORKDIR /app
CMD [ "/app/tg-events-service" ]

LABEL maintainer="Aleksandar Puharic <[email protected]>" \
org.opencontainers.image.documentation="https://github.com/xZero707/telegram-event-server/wiki" \
org.opencontainers.image.source="https://github.com/xZero707/telegram-event-server" \
org.opencontainers.image.documentation="https://github.com/N0rthernL1ghts/telegram-event-server/wiki" \
org.opencontainers.image.source="https://github.com/N0rthernL1ghts/telegram-event-server" \
org.opencontainers.image.description="Telegram Event Server 1.0.0 - Build ${TARGETPLATFORM}" \
org.opencontainers.image.licenses="MIT" \
org.opencontainers.image.version="1.0.0"
Expand Down
8 changes: 5 additions & 3 deletions build/docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ target "build-common" {
}

variable "REGISTRY_CACHE" {
default = "ghcr.io/xZero707/telegram-event-server-cache"
default = "docker.io/nlss/telegram-event-server-cache"
}

######################
Expand Down Expand Up @@ -56,11 +56,13 @@ function "get-tags" {
params = [version, extra_versions]
result = concat(
[
"ghcr.io/xZero707/telegram-event-server:${version}"
"docker.io/nlss/telegram-event-server:${version}",
"ghcr.io/n0rthernl1ghts/telegram-event-server:${version}"
],
flatten([
for extra_version in extra_versions : [
"ghcr.io/xZero707/telegram-event-server:${extra_version}"
"docker.io/nlss/telegram-event-server:${extra_version}",
"ghcr.io/n0rthernl1ghts/telegram-event-server:${extra_version}"
]
])
)
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ networks:
services:
events-service:
init: true
image: "ghcr.io/n0rthernl1ghts/telegram-event-server:latest"
build:
context: .
deploy:
Expand Down

0 comments on commit 3deaa85

Please sign in to comment.