Skip to content

Commit cfd381a

Browse files
committed
Switching the last step to use /bin/bash as shell
1 parent dca7da3 commit cfd381a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/container.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ jobs:
9494
9595
- name: Login and Deploy Container
9696
if: (github.event_name != 'pull_request') && ( env.keepgoing == 'true' )
97+
shell: /bin/bash {0}
9798
run: |
9899
singularity registry login -u "${{ github.actor }}" -p "${{ secrets.GITHUB_TOKEN }}" oras://ghcr.io
99100
declare -a tags=( ${{ needs.gather-metadata.outputs.tags }} )

0 commit comments

Comments
 (0)