Skip to content

Commit

Permalink
Extend and adjust build for self-hosted runner.
Browse files Browse the repository at this point in the history
  • Loading branch information
markus-qvest-seidl committed Jul 23, 2024
1 parent 415af07 commit 0408c90
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v4
with:
push: false
tags: keycloak-dev:${{ matrix.keycloak-version }}
push: true
tags: markusqvestseidl/keycloak-dev:${{ matrix.keycloak-version }}
file: test/Dockerfile
build-args: |
KEYCLOAK_VERSION=${{ matrix.keycloak-version }}
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ on:

jobs:
verify:
# runs-on: ubuntu-latest
runs-on: self-hosted
runs-on: ubuntu-latest
# runs-on: self-hosted
steps:
- name: Checkout Code
uses: actions/checkout@v3
Expand Down

0 comments on commit 0408c90

Please sign in to comment.