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 }}