소스 검색

update the GH actions workflow to remove credentials from persisting

Chaitanya Rahalkar 1 년 전
부모
커밋
4ef554a41c
1개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 4
      .github/workflows/docker-build.yml

+ 1 - 4
.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 }}
+          labels: ${{ steps.meta.outputs.labels }}