ci(backend): stop building dev images in CI #59
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
|
- name: Test
|
||||||
run: |
|
run: |
|
||||||
task be:test
|
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:
|
notify-success:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: Notify success
|
name: Notify success
|
||||||
|
|
Reference in a new issue