diff --git a/.github/workflows/factory.yml b/.github/workflows/factory.yml index f1fc41f..4ff06e9 100644 --- a/.github/workflows/factory.yml +++ b/.github/workflows/factory.yml @@ -36,9 +36,8 @@ jobs: if: ${{ inputs.push == true }} with: secrets: | - secret/data/github/repo/harvester/networkfs-manager/dockerhub/rancher/credentials username | DOCKER_USERNAME ; - secret/data/github/repo/harvester/networkfs-manager/dockerhub/rancher/credentials password | DOCKER_PASSWORD - + secret/data/github/repo/${{ github.repository }}/dockerhub/rancher/credentials username | DOCKER_USERNAME ; + secret/data/github/repo/${{ github.repository }}/dockerhub/rancher/credentials password | DOCKER_PASSWORD - name: Login to Docker Hub uses: docker/login-action@v3