From 80eb0c86ce94fd8db7dd23bd55fd9962f82e3164 Mon Sep 17 00:00:00 2001 From: Matthew Foster Date: Tue, 4 Jun 2024 17:07:07 -0700 Subject: [PATCH] add build arguments to github action --- .github/workflows/build-and-deplot-metadata-generator.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build-and-deplot-metadata-generator.yaml b/.github/workflows/build-and-deplot-metadata-generator.yaml index 62d7dc7b..11f78a01 100644 --- a/.github/workflows/build-and-deplot-metadata-generator.yaml +++ b/.github/workflows/build-and-deplot-metadata-generator.yaml @@ -52,6 +52,9 @@ jobs: file: ./cioos-records-update/Dockerfile push: true tags: ${{ env.WEB_IMAGE_URL }} + build-args: | + GH_USERNAME =${{ secrets.GH_USERNAME }} + GH_PAT =${{ secrets.GH_PAT }} - name: Build and push Docker Image uses: docker/build-push-action@v5