Skip to content

Commit

Permalink
Run docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
vmilosevic committed Aug 13, 2024
1 parent 49c5084 commit 8f41eec
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,15 @@ jobs:
strategy:
fail-fast: false
matrix:
image: ["ubuntu-22-04"]
build: [
{runs-on: ubuntu-latest},
# {runs-on: ubuntu-latest},
{runs-on: self-hosted},
]

runs-on: ${{ matrix.build.runs-on }}

container:
image: ghcr.io/${{ github.repository }}/tt-forge-${{ matrix.image }}:latest
image: ghcr.io/${{ github.repository }}/tt-forge-ubuntu-22-04:latest
options: --user root

steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: On PR

on:
workflow_dispatch:
# pull_request:
# branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:
docker-build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: On push

on:
workflow_dispatch:
# push:
# branches: [ "main" ]
push:
branches: [ "main" ]

jobs:
docker-build:
Expand Down

0 comments on commit 8f41eec

Please sign in to comment.