We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8933464 + 0187470 commit 4ef554aCopy full SHA for 4ef554a
1 file changed
.github/workflows/docker-build.yml
@@ -1,14 +1,11 @@
1
name: Build and Push Docker Images
2
-
3
on:
4
schedule:
5
- cron: '0 0 1 * *' # Run monthly on the 1st
6
workflow_dispatch: # Allow manual triggers
7
8
env:
9
REGISTRY: ghcr.io
10
IMAGE_NAME: ${{ github.repository }}
11
12
jobs:
13
build-and-push:
14
runs-on: ubuntu-latest
@@ -54,4 +51,4 @@ jobs:
54
51
file: ./${{ matrix.variant.file }}
55
52
push: true
56
53
tags: ${{ steps.meta.outputs.tags }}
57
- labels: ${{ steps.meta.outputs.labels }}
+ labels: ${{ steps.meta.outputs.labels }}
0 commit comments