Docker CI: Add missed Checkout step (#2128)
- Reading my error others hit it by forgetting this Checkoutstep too so trying the fix - e.g. https://github.com/docker/build-push-action/issues/179 - Makes sense it's needed
This commit is contained in:
parent
e5490e9623
commit
eee949e286
3
.github/workflows/docker.yml
vendored
3
.github/workflows/docker.yml
vendored
@ -9,6 +9,9 @@ jobs:
|
||||
docker:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user