Skip to content

Commit

Permalink
use new location for dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tangowithfoxtrot committed Oct 31, 2023
1 parent cd06953 commit 4761874
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-cli-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
push:
paths:
- "crates/bws/**"
- "Dockerfile"
workflow_dispatch:
inputs:
sdk_branch:
Expand All @@ -16,7 +15,6 @@ on:
paths:
- ".github/workflows/build-cli-docker.yml"
- "crates/bws/**"
- Dockerfile

env:
_AZ_REGISTRY: bitwardenprod.azurecr.io
Expand Down Expand Up @@ -109,7 +107,7 @@ jobs:
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 # v3.2.0
with:
context: .
file: Dockerfile
file: crates/bws/Dockerfile
platforms: |
linux/amd64,
linux/arm/v7,
Expand Down

0 comments on commit 4761874

Please sign in to comment.