Skip to content

Update env_containers.yml #40

Update env_containers.yml

Update env_containers.yml #40

name: "CD: Env containers"
on:
push:
branches: [master]
release:
types: [published]
workflow_dispatch:
jobs:
containers_build_and_push:
uses: INGInious/.github/.github/workflows/containers.yml@32ce51f6cb26177d398f38ccf7f3a11016c3e5bc
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 }}
secrets:
GHCR_USERNAME: ${{ secrets.GHCR_USERNAME }}
GHCR_TOKEN: ${{ secrets.GHCR_TOKEN }}