Skip to content

Commit 2688a66

Browse files
authored
Merge pull request #55 from slagle/bootc-workflow
Use bash shell in workflow
2 parents 1270862 + 6842393 commit 2688a66

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/edpm-bootc.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,13 @@ jobs:
4040

4141
- name: Set latest tag for non main branch
4242
if: "${{ steps.branch-name.outputs.current_branch != 'main' }}"
43+
shell: bash
4344
run: |
4445
echo "latesttag=${{ steps.branch-name.outputs.current_branch }}-latest" >> $GITHUB_ENV
4546
4647
- name: Build edpm-bootc
4748
id: build-edpm-bootc
49+
shell: bash
4850
run: |
4951
cd bootc
5052
export EDPM_BOOTC_TAG=${latesttag}
@@ -61,6 +63,7 @@ jobs:
6163
password: ${{ secrets.QUAY_PASSWORD }}
6264

6365
- name: Print image url and digest
66+
shell: bash
6467
run: |
6568
echo "Image pushed to ${{ steps.push-edpm-bootc.outputs.registry-paths }}"
6669
echo "Image digest: ${{ steps.push-edpm-bootc.outputs.digest }}"

0 commit comments

Comments
 (0)