Skip to content

Commit

Permalink
Updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
maouw committed Oct 20, 2023
1 parent c740877 commit 6bd5490
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/apptainer-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Singularity Build
on:
push:
tags:
- sif-*-v*.*
- sif-*-*

jobs:
build-and-push-image:
Expand Down
2 changes: 1 addition & 1 deletion BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The containers are built using GitHub Actions. The workflow is defined in [`.github/workflows/apptainer-image.yml`](.github/workflows/apptainer-image.yml).

The workflow is triggered on every push with the tag `sif-<containername>-v*`. It builds the named container and pushes it to the GitHub Container Registry.
The workflow is triggered on every push with the tag `sif-<containername>-*`. It builds the named container and pushes it to the GitHub Container Registry.

Before containers that depend on other containers can be built, the dependent containers must be built and pushed to the registry. So, if `ubuntu22.04_turbovnc` depends on `ubuntu22.04_interactive`, you must first push a commit with the tag `sif-ubuntu22.04_interactive-v1.2345` for it to be built. Then, you can push a commit with the tag `sif-ubuntu22.04_turbovnc-v1.2345`.

Expand Down

0 comments on commit 6bd5490

Please sign in to comment.