|
|
|
@ -30,7 +30,7 @@ jobs:
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
push: false
|
|
|
|
push: false
|
|
|
|
context: .
|
|
|
|
context: .
|
|
|
|
file: { context }/dev/build/Dockerfile
|
|
|
|
file: dev/build/Dockerfile
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -79,7 +79,7 @@ jobs:
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
push: true
|
|
|
|
push: true
|
|
|
|
context: .
|
|
|
|
context: .
|
|
|
|
file: {context}/dev/build/Dockerfile
|
|
|
|
file: dev/build/Dockerfile
|
|
|
|
tags: ${{ steps.meta.outputs.tags }}
|
|
|
|
tags: ${{ steps.meta.outputs.tags }}
|
|
|
|
|
|
|
|
|
|
|
|
- name: Build and push Docker image (bleeding)
|
|
|
|
- name: Build and push Docker image (bleeding)
|
|
|
|
@ -88,5 +88,5 @@ jobs:
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
push: true
|
|
|
|
push: true
|
|
|
|
context: .
|
|
|
|
context: .
|
|
|
|
file: { context }/dev/build/Dockerfile
|
|
|
|
file: dev/build/Dockerfile
|
|
|
|
tags: bleeding,${{ steps.meta.outputs.tags }}
|
|
|
|
tags: bleeding,${{ steps.meta.outputs.tags }}
|
|
|
|
|