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 95cc133 commit 23c472aCopy full SHA for 23c472a
.github/workflows/push.yml
@@ -12,14 +12,6 @@ jobs:
12
uses: omec-project/.github/.github/workflows/tag-github.yml@main
13
secrets: inherit
14
15
- release-image:
16
- needs: tag-github
17
- uses: omec-project/.github/.github/workflows/release-image.yml@main
18
- with:
19
- changed: ${{ needs.tag-github.outputs.changed }}
20
- version: ${{ needs.tag-github.outputs.version }}
21
- secrets: inherit
22
-
23
update-version:
24
needs: tag-github
25
uses: omec-project/.github/.github/workflows/update-version.yml@main
0 commit comments