Skip to content

Commit

Permalink
ci: fix docker tag releases
Browse files Browse the repository at this point in the history
  • Loading branch information
davdarras authored May 3, 2023
1 parent 21111cb commit afe65d3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,9 @@ jobs:
name: build
path: dist
docker:
needs: build-release
needs:
- check-version
- build-release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/release-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@ jobs:
name: build
path: dist
docker:
needs: build-release
needs:
- check-version
- build-release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit afe65d3

Please sign in to comment.