diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index bea7e87f..fe413515 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -1,14 +1,11 @@ name: Build and Push Docker Images - on: schedule: - cron: '0 0 1 * *' # Run monthly on the 1st workflow_dispatch: # Allow manual triggers - env: REGISTRY: ghcr.io IMAGE_NAME: ${{ github.repository }} - jobs: build-and-push: runs-on: ubuntu-latest @@ -54,4 +51,4 @@ jobs: file: ./${{ matrix.variant.file }} push: true tags: ${{ steps.meta.outputs.tags }} - labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file + labels: ${{ steps.meta.outputs.labels }}