Skip to content

Commit

Permalink
Deprecate docker hub builds
Browse files Browse the repository at this point in the history
  • Loading branch information
xZero707 committed Oct 28, 2024
1 parent 8f70c88 commit d0874ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# wordpress-unit-base
Base image with NGINX UNIT for nlss/wordpress (https://github.com/N0rthernL1ghts/wordpress). Does not include actual WordPress source
Base image with NGINX UNIT for ghcr.io/n0rthernl1ghts/wordpress (https://github.com/N0rthernL1ghts/wordpress). Does not include actual WordPress source
4 changes: 1 addition & 3 deletions build/docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ target "build-common" {
}

variable "REGISTRY_CACHE" {
default = "docker.io/nlss/wordpress-unit-base-cache"
default = "ghcr.io/n0rthernl1ghts/wordpress-unit-base-cache"
}

######################
Expand Down Expand Up @@ -55,12 +55,10 @@ function "get-tags" {
params = [version, extra_versions]
result = concat(
[
"docker.io/nlss/wordpress-unit-base:${version}",
"ghcr.io/n0rthernl1ghts/wordpress-unit-base:${version}"
],
flatten([
for extra_version in extra_versions : [
"docker.io/nlss/wordpress-unit-base:${extra_version}",
"ghcr.io/n0rthernl1ghts/wordpress-unit-base:${extra_version}"
]
])
Expand Down

0 comments on commit d0874ea

Please sign in to comment.