mirror of
https://github.com/cmur2/dyndnsd.git
synced 2024-11-01 00:56:14 +01:00
ci: give Rubygems time to process new push before building Docker image
This commit is contained in:
parent
243f679d7f
commit
7c77b7304a
3
.github/workflows/cd.yml
vendored
3
.github/workflows/cd.yml
vendored
@ -11,6 +11,9 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- run: sleep 30
|
||||||
|
|
||||||
- name: Extract dyndnsd version from tag name
|
- name: Extract dyndnsd version from tag name
|
||||||
run: |
|
run: |
|
||||||
echo "DYNDNSD_VERSION=${GITHUB_REF#refs/*/v}" >> $GITHUB_ENV
|
echo "DYNDNSD_VERSION=${GITHUB_REF#refs/*/v}" >> $GITHUB_ENV
|
||||||
|
Loading…
Reference in New Issue
Block a user