Skip to content

Commit 4ef554a

Browse files
update the GH actions workflow to remove credentials from persisting
2 parents 8933464 + 0187470 commit 4ef554a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/docker-build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
name: Build and Push Docker Images
2-
32
on:
43
schedule:
54
- cron: '0 0 1 * *' # Run monthly on the 1st
65
workflow_dispatch: # Allow manual triggers
7-
86
env:
97
REGISTRY: ghcr.io
108
IMAGE_NAME: ${{ github.repository }}
11-
129
jobs:
1310
build-and-push:
1411
runs-on: ubuntu-latest
@@ -54,4 +51,4 @@ jobs:
5451
file: ./${{ matrix.variant.file }}
5552
push: true
5653
tags: ${{ steps.meta.outputs.tags }}
57-
labels: ${{ steps.meta.outputs.labels }}
54+
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)