Remove QEMU step, not actually using it
Some checks failed
/ Monolith image (push) Failing after 14s
Some checks failed
/ Monolith image (push) Failing after 14s
This commit is contained in:
parent
b86c5110e1
commit
d428ae7f62
|
@ -24,8 +24,6 @@ jobs:
|
|||
if: github.event_name == 'release' # Only for GitHub releases
|
||||
run: |
|
||||
echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
- name: Login to sigb.us container registry
|
||||
|
|
Loading…
Reference in a new issue