Skip to content

Commit c4921f2

Browse files
author
datacore-bolt-ci
committed
ci(stability): merge the develop branch
2 parents d0c4ae6 + 8e98ba3 commit c4921f2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/helm-chart.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ env:
88
CARGO_TERM_COLOR: always
99
CARGO_INCREMENTAL: 0
1010
CI: 1
11+
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
1112

1213
jobs:
1314
helm-chart-test:
@@ -50,6 +51,7 @@ jobs:
5051
run: nix-shell ./scripts/helm/shell.nix --run "./scripts/helm/images.sh generate --dependency-update --exit-code"
5152
- name: Login to Docker Hub
5253
uses: docker/login-action@v3
54+
if: ${{ env.DOCKERHUB_USERNAME != '' }}
5355
with:
5456
registry: docker.io
5557
username: ${{ secrets.DOCKERHUB_USERNAME }}

0 commit comments

Comments
 (0)