Add opencollective labels on build

pull/7734/head
Christoph Kepler 4 years ago
parent 2337de3009
commit 3eb43927b4
No known key found for this signature in database
GPG Key ID: FED133CE3670330D

@ -110,6 +110,8 @@ jobs:
context: . context: .
file: dev/build/Dockerfile file: dev/build/Dockerfile
tags: ${{ steps.meta_tag.outputs.tags }} tags: ${{ steps.meta_tag.outputs.tags }}
labels: ${{ steps.meta_tag.outputs.labels }}
- name: Build and push Docker image (bleeding) - name: Build and push Docker image (bleeding)
if: false == startsWith(github.ref, 'refs/tags/v') if: false == startsWith(github.ref, 'refs/tags/v')
@ -119,3 +121,4 @@ jobs:
context: . context: .
file: dev/build/Dockerfile file: dev/build/Dockerfile
tags: ${{ steps.meta_bleeding.outputs.tags }} tags: ${{ steps.meta_bleeding.outputs.tags }}
labels: ${{ steps.meta_bleeding.outputs.labels }}

Loading…
Cancel
Save