Skip to content

Commit

Permalink
build docker image on main push
Browse files Browse the repository at this point in the history
  • Loading branch information
alexboden authored Nov 29, 2024
1 parent a2cb108 commit c6891b6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -45,4 +43,4 @@ jobs:
build-args: |
DOCKER_METADATA_OUTPUT_JSON
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit c6891b6

Please sign in to comment.