From 3c1b17253b6cdad3e2bdf6150bd02f2636ca5b3c Mon Sep 17 00:00:00 2001 From: eQuantum <8466209+eq19@users.noreply.github.com> Date: Wed, 10 Jul 2024 12:08:03 +0700 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 92a731425f8..1be41b2c65c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -48,18 +48,18 @@ jobs: - name: 🪂 Pre-build Maps uses: eq19/maps@v2 - with: - credentials: ${{ secrets.GCP_CREDENTIALS }} - - - name: 🚀 Build Feed on Linux - #if: runner.os == 'Windows' - uses: eq19/feed@v3 with: image_name: "prime" image_tag: "latest" token: ${{ secrets.ACCESS_TOKEN }} docker_hub_username: ${{ github.actor }} docker_hub_token: ${{ secrets.DOCKER_HUB_TOKEN }} + + - name: 🚀 Build Feed on Linux + #if: runner.os == 'Windows' + uses: eq19/feed@v3 + with: + credentials: ${{ secrets.GCP_CREDENTIALS }} - name: 🚀 Setup Lexer on Cloud uses: eq19/lexer@v1