Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eq19 authored Jun 18, 2024
1 parent 1486181 commit 3ad852b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,16 @@ jobs:
outputs:
runner: ${{ steps.set-runner.outputs.use-runner }}
steps:
- name: Build Dev Container
uses: eq19/eq19.github.io@v1
if: ${{ contains(github.repository, 'github.io') }}
with:
docker_hub_username: "eq19"
docker_hub_token: ${{ secrets.DOCKER_HUB_TOKEN }}
dockerfile_path: ./.devcontainer/Dockerfile
image_name: "prime"
image_tag: "latest"

- name: Determine which runner to use
id: set-runner
uses: eq19/maps@v2
Expand Down

0 comments on commit 3ad852b

Please sign in to comment.