mirror of
https://github.com/Sebclem/hassio-nextcloud-backup.git
synced 2024-11-22 01:02:59 +01:00
✏️ [CI/CD] Don't push if PR
This commit is contained in:
parent
f69606b26f
commit
cebb8ade1b
3
.github/workflows/build_addon.yml
vendored
3
.github/workflows/build_addon.yml
vendored
@ -82,8 +82,7 @@ jobs:
|
||||
- name: Build and push ${{matrix.arch}}
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
push: ${{ github.ref == 'refs/heads/master' || startsWith('refs/tags/', github.ref) }}
|
||||
context: ./${{env.TARGET}}
|
||||
push: ${{ github.event_name != 'pull_request' }}
|
||||
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
|
||||
build-args: |
|
||||
|
Loading…
Reference in New Issue
Block a user