diff --git a/.github/workflows/action.yaml b/.github/workflows/action.yaml index 069d43d..d18d384 100644 --- a/.github/workflows/action.yaml +++ b/.github/workflows/action.yaml @@ -35,4 +35,4 @@ jobs: with: push: true platforms: linux/amd64 - tags: projectoss/helm-client:${{ steps.branch_name.outputs.branch }} + tags: ${{ secrets.DOCKER_REPO }}/helm-client:${{ steps.branch_name.outputs.branch }}