Add checkout to rc pipeline

This commit is contained in:
Nicolas Meienberger 2022-05-18 21:18:19 +02:00
parent 0f9930b6d9
commit e196327c6a

View file

@ -6,7 +6,8 @@ on:
- master
jobs:
verify:
# Build images and publish RCs to DockerHub
build-images:
runs-on: ubuntu-latest
steps:
- name: Checkout
@ -37,11 +38,7 @@ jobs:
repo: meienberger/runtipi
workflow_id: ${{ github.run_id }}
access_token: ${{ github.token }}
# Build images and publish RCs to DockerHub
build-images:
runs-on: ubuntu-latest
steps:
- name: Set up QEMU
uses: docker/setup-qemu-action@v1