Skip to content

Commit

Permalink
i'm already starting to regret this
Browse files Browse the repository at this point in the history
  • Loading branch information
lighterowl committed Aug 20, 2024
1 parent de0161f commit 9309c13
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,12 @@ on:
jobs:
build-ubuntu:

runs-on: ubuntu-24.04
container: lighterowl/transgui-sdk:1.0
runs-on: ubuntu-latest
container:
image: lighterowl/transgui-sdk:1.0
credentials:
username: lighterowl
password: ${{ secrets.DOCKER_HUB_PAT }}

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 9309c13

Please sign in to comment.