ci: Fix v1 docker rc builds (no-changelog) (#6208)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2023-05-09 15:29:59 +00:00
committed by GitHub
parent 18b60c4170
commit cbc4256007

View File

@@ -1,14 +1,17 @@
name: Docker Nightly Image - V1
name: Docker Image - V1 RC
on:
schedule:
- cron: '0 2 * * *'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: pnpm/action-setup@v2.2.4
- uses: actions/setup-node@v3