Skip to content

Commit

Permalink
specifcy container instead of runner
Browse files Browse the repository at this point in the history
  • Loading branch information
gonuke committed Apr 10, 2024
1 parent 46b288f commit 29fe65e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:

test-dependency-img:
needs: build-dependency-img
runs-on: ghcr.io/svalinn/parastell:ci-layer-cache
runs-on: ubuntu-latest
container: ghcr.io/svalinn/parstell-ci

name: Testing CI image
steps:
Expand Down

0 comments on commit 29fe65e

Please sign in to comment.