Relative Content

Tag Archive for githubgithub-actions

How do I get a workflow to rerun when the container is updated?

I have several repos that use the “latest” of a container in the GitHub Actions workflows. However, they don’t rerun the workflow when the “latest” changes. For example, https://github.com/gridlabd-tutorials/lesson-1 uses the container lfenergy/arras:latest. I would like the workflow .github/workflows/main.yml to rerun when the container is updated by the maintainer.