Skip to content

Commit

Permalink
Merge pull request #110 from swisstopo/feature/fix-build-workflow
Browse files Browse the repository at this point in the history
Fix build workflow
  • Loading branch information
daniel-va authored May 15, 2024
2 parents 0551bb5 + 77d012c commit 3ffb4f1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,9 @@ jobs:

tag_rc_commit:
name: 'tag rc commit'
needs: tag_rc_image
needs:
- tag_rc_image_app
- tag_rc_image_api
runs-on: ubuntu-latest
steps:
- name: Create/update tag
Expand Down

0 comments on commit 3ffb4f1

Please sign in to comment.