mirror of
https://github.com/cmur2/dyndnsd.git
synced 2024-12-22 00:54:22 +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
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user