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 eebab14 commit d24f76f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,23 +44,23 @@ jobs:
uses: actions/checkout@v4
with:
token: ${{ secrets.ACCESS_TOKEN }}

#repository: ${{ env.OWNER }}/${{ env.OWNER }}.github.io

- name: 🪂 Pre-build Maps
uses: eq19/maps@v2
with:
docker_hub_username: ${{ github.actor }}
docker_hub_token: ${{ secrets.DOCKER_HUB_TOKEN }}
dockerfile_path: ./.devcontainer/Dockerfile
credentials: ${{ secrets.GCP_CREDENTIALS }}
image_name: "prime"
image_tag: "latest"

- 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: 🚀 Setup Lexer on Cloud
uses: eq19/lexer@v1
id: set-runner
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
uses: actions/checkout@v4
with:
token: ${{ secrets.ACCESS_TOKEN }}
#repository: eq19/eq19.github.io
repository: eq19/eq19.github.io

- name: 🚀 Setup Parser
#if: runner.os != 'Windows'
Expand Down

0 comments on commit d24f76f

Please sign in to comment.