Update dockerhub.yaml (#23267)

pull/23278/head
Michael Telatynski 2022-09-14 14:10:12 +01:00 committed by GitHub
parent 60157fffe2
commit 216059c2e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -40,6 +40,8 @@ jobs:
tags: |
type=ref,event=branch
type=ref,event=tag
flavor: |
latest=${{ contains(github.ref_name, '-rc.') && 'false' || 'auto' }}
- name: Build and push
uses: docker/build-push-action@v2