Skip to content

Commit

Permalink
[cd] Switch containers build from core to env type
Browse files Browse the repository at this point in the history
  • Loading branch information
nrybowski committed Dec 6, 2023
1 parent d079648 commit a63c88d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and push core containers
name: "CD: Env containers"

on:
push:
Expand All @@ -14,7 +14,7 @@ jobs:
context-path: context.yml
compose-path: compose.yml
registry: ghcr.io
container_type: core
container_type: env
secrets:
GHCR_USERNAME: ${{ secrets.GHCR_USERNAME }}
GHCR_TOKEN: ${{ secrets.GHCR_TOKEN }}
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ INGInious
:target: https://www.codacy.com/gh/UCL-INGI/INGInious/dashboard?utm_source=github.com&utm_medium=referral&utm_content=UCL-INGI/INGInious&utm_campaign=Badge_Coverage
.. image:: https://github.com/UCL-INGI/INGInious/actions/workflows/ci.yml/badge.svg
:target: https://github.com/UCL-INGI/INGInious/actions
.. image:: https://github.com/UCL-INGI/INGInious/actions/workflows/core_containers.yml/badge.svg
.. image:: https://github.com/UCL-INGI/INGInious/actions/workflows/env_containers.yml/badge.svg
:target: https://github.com/UCL-INGI/INGInious/actions
.. image:: https://readthedocs.org/projects/inginious/badge/?version=latest
:target: https://readthedocs.org/projects/inginious/?badge=latest
Expand Down

0 comments on commit a63c88d

Please sign in to comment.