ci: give Rubygems time to process new push before building Docker image

This commit is contained in:
cn 2021-04-15 09:28:08 +02:00
parent 243f679d7f
commit 7c77b7304a
1 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: sleep 30
- name: Extract dyndnsd version from tag name
run: |
echo "DYNDNSD_VERSION=${GITHUB_REF#refs/*/v}" >> $GITHUB_ENV