1
1
mirror of https://github.com/pterodactyl/panel.git synced 2024-11-23 17:42:33 +01:00

Update docker.yml

This commit is contained in:
Dane Everitt 2020-11-14 20:02:07 -08:00
parent e84008d19b
commit 181e4fa282
No known key found for this signature in database
GPG Key ID: EEA66103B3D71F53

View File

@ -30,7 +30,7 @@ jobs:
ghcr.io/pterodactyl/panel:${GITHUB_REF}
- name: Release Development Build
uses: docker/build-push-action@v2
if: contains(github.ref, 'develop') && && !contains(github.event.head_commit.message, '[skip docker]') && !contains(github.event.head_commit.message, '[docker skip]')
if: contains(github.ref, 'develop') && !contains(github.event.head_commit.message, '[skip docker]') && !contains(github.event.head_commit.message, '[docker skip]')
with:
push: true
tags: |