github: Tweak Docker jobs
This commit is contained in:
parent
538bb15c20
commit
6708f98347
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -3,6 +3,9 @@ name: docker build and deploy
|
|||
on:
|
||||
push:
|
||||
branches: "master"
|
||||
paths-ignore:
|
||||
- 'docs/**'
|
||||
- '.github/**'
|
||||
|
||||
permissions:
|
||||
id-token: write
|
||||
|
|
|
|||
Loading…
Reference in New Issue