There was an error while loading. Please reload this page.
1 parent a68cfdf commit 9bb8d41Copy full SHA for 9bb8d41
1 file changed
.github/workflows/container.yaml
@@ -63,7 +63,7 @@ jobs:
63
- name: Checkout current git repository
64
uses: actions/checkout@v4
65
- name: Login to base image registry
66
- if: ${{ !contains(inputs.baseImageRegistry, '') }}
+ if: ${{ inputs.baseImageRegistry && inputs.baseImageRegistry != '' }}
67
uses: docker/login-action@v3
68
with:
69
registry: ${{ inputs.baseImageRegistry }}
0 commit comments