1
0
espelhamento de https://github.com/cmur2/dyndnsd.git sincronizado 2025-09-17 15:52:01 +02:00

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

Esse commit está contido em:
cn
2021-04-15 09:28:08 +02:00
commit 7c77b7304a

Ver arquivo

@@ -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