misc: fix docker.yml

pull/7734/head
Carl Richter 4 years ago
parent 3f649ac5d0
commit 43db2d0a63

@ -80,7 +80,7 @@ jobs:
push: true
context: .
file: dev/build/Dockerfile
tags: ${{ steps.meta.outputs.tags }}
tags: ${{ steps.meta_tag.outputs.tags }}
- name: Build and push Docker image (bleeding)
if: false == startsWith(github.ref, 'refs/tags/v')
@ -89,4 +89,4 @@ jobs:
push: true
context: .
file: dev/build/Dockerfile
tags: ${{ steps.meta.outputs.tags }}
tags: ${{ steps.meta_bleeding.outputs.tags }}

Loading…
Cancel
Save