Skip to content

Commit be1039a

Browse files
committed
ci: update version-set only if docker image is built
1 parent c14aaec commit be1039a

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

.github/workflows/docker-build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,9 @@ jobs:
1919
with:
2020
dockerhub_username: "${{ vars.DOCKERHUB_USERNAME }}"
2121
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

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)