Skip to content

Commit

Permalink
HELM-76: Fix OCI upload to XWiki SAS container registry
Browse files Browse the repository at this point in the history
  • Loading branch information
gsautner committed Feb 14, 2025
1 parent 1054732 commit eb22766
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ jobs:
- name: Login to XWiki SAS Container Registry
uses: docker/login-action@v1
with:
registry: git.xwikisas.com:5050
username: gitlab-ci-token
registry: ${{ vars.XWIKISAS_REGISTRY }}
username: ${{ vars.XWIKISAS_REGISTRY_USER }}
password: ${{ secrets.XWIKISAS_REGISTRY_TOKEN }}

- name: Push Charts to XWiki SAS
Expand Down
2 changes: 1 addition & 1 deletion charts/xwiki/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
description: XWiki is a free wiki software platform written in Java with a design emphasis on extensibility. XWiki is an enterprise wiki. It includes WYSIWYG editing, OpenDocument based document import/export, semantic annotations and tagging, and advanced permissions management.
name: xwiki
version: 1.4.1
version: 1.4.2
type: application
keywords:
- xwiki
Expand Down

0 comments on commit eb22766

Please sign in to comment.