Checkout
All checks were successful
Deploy Container Image to Registry / docker (push) Successful in 1m7s

Signed-off-by: Patrick Niebeling <patrick.niebeling@adacor.com>
This commit is contained in:
Patrick Niebeling
2024-11-20 13:58:58 +01:00
parent 272f336341
commit 4740333f98

View File

@ -5,6 +5,9 @@ jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v3