We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c14aaec commit be1039aCopy full SHA for be1039a
.github/workflows/docker-build.yml
@@ -19,3 +19,9 @@ jobs:
19
with:
20
dockerhub_username: "${{ vars.DOCKERHUB_USERNAME }}"
21
dockerhub_token: "${{ secrets.DOCKERHUB_TOKEN }}"
22
+
23
+ update-version-set:
24
+ uses: geokrety/geokrety-gha-workflows/.github/workflows/version-set.yml@main
25
+ needs: docker
26
+ secrets:
27
+ GH_TOKEN: ${{ secrets.GH_TOKEN }}
.github/workflows/version-set.yml
0 commit comments