Add checkout to rc pipeline
This commit is contained in:
parent
0f9930b6d9
commit
e196327c6a
1 changed files with 3 additions and 6 deletions
9
.github/workflows/release-candidate.yml
vendored
9
.github/workflows/release-candidate.yml
vendored
|
@ -6,7 +6,8 @@ on:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
verify:
|
# Build images and publish RCs to DockerHub
|
||||||
|
build-images:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
@ -37,11 +38,7 @@ jobs:
|
||||||
repo: meienberger/runtipi
|
repo: meienberger/runtipi
|
||||||
workflow_id: ${{ github.run_id }}
|
workflow_id: ${{ github.run_id }}
|
||||||
access_token: ${{ github.token }}
|
access_token: ${{ github.token }}
|
||||||
|
|
||||||
# Build images and publish RCs to DockerHub
|
|
||||||
build-images:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
uses: docker/setup-qemu-action@v1
|
uses: docker/setup-qemu-action@v1
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue