1
0
mirror of https://github.com/hoellen/docker-nextcloud.git synced 2025-05-04 11:29:23 +00:00

Do not upload images for pull request

This commit is contained in:
Jan Wagner 2024-12-13 15:40:21 +01:00
parent 758c4c813a
commit aee6dc8d01
No known key found for this signature in database
GPG Key ID: 0C70557B5A06513E

@ -70,6 +70,7 @@ jobs:
- name: Push Docker image - name: Push Docker image
id: push id: push
if: github.event_name != 'pull_request'
uses: docker/build-push-action@v2 uses: docker/build-push-action@v2
with: with:
context: . context: .