Skip to content

Commit

Permalink
Added flow dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ouphi committed Oct 31, 2023
1 parent 73fc212 commit d0d0bb8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/create_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
env:
DOCKERHUB_ORGANISATION: ${{ secrets.DOCKER_REPOSITORY }}

CreateManifest:
CreateManifests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -66,6 +66,8 @@ jobs:
$DOCKERHUB_ORGANISATION/lorabasicsstationmodule:$VERSION-amd64 \
$DOCKERHUB_ORGANISATION/lorabasicsstationmodule:$VERSION-arm32v7 \
$DOCKERHUB_ORGANISATION/lorabasicsstationmodule:$VERSION-arm64v8
needs:
[BuildAndPushDockerImages]
env:
DOCKERHUB_ORGANISATION: ${{ secrets.DOCKER_REPOSITORY }}

Expand Down Expand Up @@ -177,4 +179,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
needs:
[BuildAndPushDockerImages, CreatePRToUpdateDoc, CreatePRToUpdateBicep]
[BuildAndPushDockerImages, CreateManifests, CreatePRToUpdateDoc, CreatePRToUpdateBicep]

0 comments on commit d0d0bb8

Please sign in to comment.