Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eq19 authored Jul 10, 2024
1 parent ffa6487 commit 3c1b172
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3c1b172

Please sign in to comment.