diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 2dc925a..5946145 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -2,7 +2,11 @@ name: Build zurg-testing image on: push: - branches: main + branches: + - main + tags: + - v0* + - latest env: REGISTRY: ghcr.io