Skip to content

Commit

Permalink
config: Parameterized Docker repo variable
Browse files Browse the repository at this point in the history
  • Loading branch information
dinushchathurya committed Aug 29, 2023
1 parent d9720ec commit 8ca87f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 8ca87f6

Please sign in to comment.