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.
1 parent da80322 commit a3fee3dCopy full SHA for a3fee3d
.github/workflows/release-single-image.yml
@@ -40,6 +40,10 @@ jobs:
40
username: ${{ secrets.QUAY_USERNAME }}
41
password: ${{ secrets.QUAY_ROBOT_TOKEN }}
42
43
+ # template: .action_templates/steps/set-up-qemu.yaml
44
+ - name: Set up QEMU
45
+ uses: docker/setup-qemu-action@v2
46
+
47
- name: Publish Image To Quay
48
if: steps.release_status.outputs.OUTPUT == 'unreleased'
49
run: python pipeline.py --image-name ${{ github.event.inputs.pipeline-argument }} --release true
0 commit comments