github: Tweak Docker jobs

This commit is contained in:
Johan Gunnarsson 2023-03-15 21:52:30 +01:00
parent 538bb15c20
commit 6708f98347
2 changed files with 5 additions and 2 deletions

View File

@ -136,10 +136,10 @@ jobs:
./test/qemu.sh $RUNNER_TEMP/boot-qemu_x86_virt.bin.gz \
$RUNNER_TEMP/${{ matrix.os }}-${{ matrix.suite }}-${{ matrix.arch }}-*.bin.gz
deploy-docker:
build-docker:
runs-on: ubuntu-latest
needs: test-debian-x86
name: deploy docker images
name: build docker images
steps:
- name: Checkout

View File

@ -3,6 +3,9 @@ name: docker build and deploy
on:
push:
branches: "master"
paths-ignore:
- 'docs/**'
- '.github/**'
permissions:
id-token: write