Skip to content

Commit

Permalink
[CD] Use configurable runner
Browse files Browse the repository at this point in the history
  • Loading branch information
nrybowski authored Dec 19, 2024
1 parent a31fff8 commit 441bf3c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/env_containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,15 @@ on:

jobs:
containers_build_and_push:
uses: INGInious/.github/.github/workflows/containers.yml@32ce51f6cb26177d398f38ccf7f3a11016c3e5bc
uses: INGInious/.github/.github/workflows/containers.yml@358002bb0f1476eebe02bc6ff4806461407d23a
with:
working-directory: base-containers
context-path: context.yml
compose-path: compose.yml
registry: ghcr.io
container_type: env
version: ${{ github.event_name == 'push' && github.ref_name || github.event.release.tag_name }}
version: ${{ github.event_name == 'push' && github.ref_name || github.event.release.tag_name }}
runner: "ubuntu-latest"
secrets:
GHCR_USERNAME: ${{ secrets.GHCR_USERNAME }}
GHCR_TOKEN: ${{ secrets.GHCR_TOKEN }}

0 comments on commit 441bf3c

Please sign in to comment.