aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar Gibby <503761+Gibby@users.noreply.github.com>2022-05-13 13:17:42 -0400
committerLibravatar GitHub <noreply@github.com>2022-05-13 18:17:42 +0100
commit000fbb8ca1c59dd7b09f36c66894b40d057b7ed1 (patch)
treedff8097e62be16bcb33a079a420b12eebee859b2 /.github
parentFixup push command CICD (diff)
downloadferdium-server-000fbb8ca1c59dd7b09f36c66894b40d057b7ed1.tar.gz
ferdium-server-000fbb8ca1c59dd7b09f36c66894b40d057b7ed1.tar.zst
ferdium-server-000fbb8ca1c59dd7b09f36c66894b40d057b7ed1.zip
cicd: Fix docker push command for github action (#30)
Co-authored-by: Gibby <git@twoitguys>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/docker.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml
index df5d61b..cb04285 100644
--- a/.github/workflows/docker.yml
+++ b/.github/workflows/docker.yml
@@ -54,7 +54,7 @@ jobs:
54 # Due to build time, only building the one currently needed. 54 # Due to build time, only building the one currently needed.
55 # If needed, we can add more platforms when requested. 55 # If needed, we can add more platforms when requested.
56 platforms: "linux/amd64" 56 platforms: "linux/amd64"
57 # Push pull requests so they can be tested 57 # Do not push pull requests
58 #push: ${{ github.event_name != 'pull_request' }} 58 push: ${{ github.event_name != 'pull_request' }}
59 tags: ${{ steps.meta.outputs.tags }} 59 tags: ${{ steps.meta.outputs.tags }}
60 labels: ${{ steps.meta.outputs.labels }} 60 labels: ${{ steps.meta.outputs.labels }}