We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d0c4ae6 + 8e98ba3 commit c4921f2Copy full SHA for c4921f2
.github/workflows/helm-chart.yml
@@ -8,6 +8,7 @@ env:
8
CARGO_TERM_COLOR: always
9
CARGO_INCREMENTAL: 0
10
CI: 1
11
+ DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
12
13
jobs:
14
helm-chart-test:
@@ -50,6 +51,7 @@ jobs:
50
51
run: nix-shell ./scripts/helm/shell.nix --run "./scripts/helm/images.sh generate --dependency-update --exit-code"
52
- name: Login to Docker Hub
53
uses: docker/login-action@v3
54
+ if: ${{ env.DOCKERHUB_USERNAME != '' }}
55
with:
56
registry: docker.io
57
username: ${{ secrets.DOCKERHUB_USERNAME }}
0 commit comments