Merge pull request #59 from mcataford/ci/no-build-in-ci
ci(backend): stop building dev images in CI
This commit is contained in:
commit
6b49313e3f
1 changed files with 0 additions and 12 deletions
12
.github/workflows/backend-pipeline.yml
vendored
12
.github/workflows/backend-pipeline.yml
vendored
|
@ -88,18 +88,6 @@ jobs:
|
|||
- name: Test
|
||||
run: |
|
||||
task be:test
|
||||
docker-build:
|
||||
runs-on: ubuntu-latest
|
||||
name: Build Development Docker Image
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Setup Task
|
||||
uses: arduino/setup-task@v1
|
||||
with:
|
||||
version: ${{ inputs.task-version }}
|
||||
- name: Build
|
||||
run: |
|
||||
task be:docker-build
|
||||
notify-success:
|
||||
runs-on: ubuntu-latest
|
||||
name: Notify success
|
||||
|
|
Reference in a new issue