From c6891b6a48d3fd8d4faae822785c15e75c0a9e8f Mon Sep 17 00:00:00 2001 From: Alex Boden Date: Fri, 29 Nov 2024 18:40:17 -0500 Subject: [PATCH] build docker image on main push --- .github/workflows/build-and-publish.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index 8bbca87..5b3dea7 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -4,8 +4,6 @@ on: push: branches: - main - schedule: - - cron: "0 0 1,15 * *" # the 1st and 15th of every month env: IMAGE_NAME: ${{ github.repository }} @@ -45,4 +43,4 @@ jobs: build-args: | DOCKER_METADATA_OUTPUT_JSON tags: ${{ steps.meta.outputs.tags }} - labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file + labels: ${{ steps.meta.outputs.labels }}