✏️ [CI/CD] Don't push on PR

This commit is contained in:
Sébastien Clément 2021-05-06 11:40:12 +02:00 committed by GitHub
parent 65744ad42c
commit 47b8fb65d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,7 +82,7 @@ jobs:
- name: Build and push ${{matrix.arch}}
uses: docker/build-push-action@v2
with:
push: true
push: ${{ github.ref == 'refs/heads/master' || github.ref == 'refs/tags/*' }}
context: ./${{env.TARGET}}
tags: ${{env.TAGS}}
labels: io.hass.name=${{env.NAME}}, io.hass.description=${{env.DESCRIPTION}}, io.hass.url=${{env.URL}}, io.hass.arch=${{matrix.arch}}, io.hass.version=${{env.VERSION}}, io.hass.type=addon