Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Commit

Permalink
Codify dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidMarchant committed Sep 16, 2022
1 parent 624e4f6 commit de6b8d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- 'v*'

jobs:
env-set-up:
runs-on: ubuntu-latest
name: Set up environment
steps:
Expand All @@ -21,6 +22,7 @@ jobs:
publish-binaries:
runs-on: ubuntu-latest
name: Publish release binaries to GitHub
needs: env-set-up
steps:
- name: Cancel Previous Runs
uses: styfle/[email protected]
Expand All @@ -47,6 +49,7 @@ jobs:
dockerhub-release:
runs-on: ubuntu-18.04
name: Publish container to Dockerhub
needs: [env-set-up, publish-binaries]
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit de6b8d1

Please sign in to comment.