This commit is contained in:
2026-02-15 19:33:48 +01:00
parent cdd75f2e77
commit 34c265ceca

View File

@@ -96,7 +96,7 @@ jobs:
env: env:
DOCKER_IO_REPO_NAME: ${{ vars.DOCKER_IO_REPO_NAME }} DOCKER_IO_REPO_NAME: ${{ vars.DOCKER_IO_REPO_NAME }}
run: | run: |
helm push ${REPOSITORY_NAME}-${PACKAGE_VERSION}.tgz "oci://registry-1.docker.io/${DOCKER_IO_REPO_NAME}" helm push *-${PACKAGE_VERSION}.tgz "oci://registry-1.docker.io/${DOCKER_IO_REPO_NAME}"
- uses: docker/login-action@v3.7.0 - uses: docker/login-action@v3.7.0
with: with: