Skip to content

Commit

Permalink
lowercase namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn committed Aug 19, 2024
1 parent 2e775e0 commit c88b2ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
ACS_VALUES_VERSION: cfb0d426eff14a8b581c31e61db5e670da09ba3b
ARTIFACT_NAME: alfresco-docker-images
REGISTRY: ghcr.io
REGISTRY_NAMESPACE: Alfresco
REGISTRY_NAMESPACE: alfresco
TAG: ${{ github.event_name == 'pull_request' && github.head_ref || github.sha }}

concurrency:
Expand Down
2 changes: 1 addition & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ variable "REGISTRY" {
}

variable "REGISTRY_NAMESPACE" {
default = "Alfresco"
default = "alfresco"
}

variable "TAG" {
Expand Down

0 comments on commit c88b2ad

Please sign in to comment.