misc: fix typo in docker.yml

pull/7734/head
Carl Richter 4 years ago
parent 4e28d821a5
commit 07893b0fa9

@ -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 }}

Loading…
Cancel
Save