Skip to content

Commit

Permalink
Merge branch 'BlackDex-update-workflow'
Browse files Browse the repository at this point in the history
  • Loading branch information
dani-garcia committed Sep 25, 2022
2 parents 9c891ba + 81984c4 commit 69a69e8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@ jobs:
matrix:
channel:
- "rust-toolchain" # The version defined in rust-toolchain
- "1.60.0" # The supported MSRV
- "msrv" # The supported MSRV
include:
- channel: "msrv"
version: "1.60.0"

name: Build and Test ${{ matrix.channel }}

Expand Down Expand Up @@ -63,7 +66,7 @@ jobs:
with:
profile: minimal
override: true
toolchain: ${{ matrix.channel }}
toolchain: ${{ matrix.version }}
# End Install the MSRV channel to be used


Expand Down Expand Up @@ -193,5 +196,5 @@ jobs:
if: ${{ matrix.channel == 'rust-toolchain' }}
with:
name: vaultwarden
path: target/${{ matrix.target-triple }}/release/vaultwarden
path: target/release/vaultwarden
# End Upload artifact to Github Actions
12 changes: 4 additions & 8 deletions .github/workflows/hadolint.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
name: Hadolint

on:
push:
paths:
- "docker/**"

pull_request:
paths:
- "docker/**"
on: [
push,
pull_request
]

jobs:
hadolint:
Expand Down

0 comments on commit 69a69e8

Please sign in to comment.