Skip to content

Commit

Permalink
Add ghcr.io tags and push
Browse files Browse the repository at this point in the history
  • Loading branch information
xZero707 committed Aug 28, 2023
1 parent 04662a7 commit e3574b9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build/docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,13 @@ function "get-tags" {
params = [version, extra_versions]
result = concat(
[
"docker.io/nlss/unit-php:${version}"
"docker.io/nlss/unit-php:${version}",
"ghcr.io/n0rthernl1ghts/unit-php:${version}"
],
flatten([
for extra_version in extra_versions : [
"docker.io/nlss/unit-php:${extra_version}"
"docker.io/nlss/unit-php:${extra_version}",
"ghcr.io/n0rthernl1ghts/unit-php:${extra_version}"
]
])
)
Expand Down

0 comments on commit e3574b9

Please sign in to comment.