diff --git a/.github/workflows/push_docker_images.yml b/.github/workflows/push_docker_images.yml index 5db1da895..e35476082 100644 --- a/.github/workflows/push_docker_images.yml +++ b/.github/workflows/push_docker_images.yml @@ -19,7 +19,8 @@ on: types: [published, created, edited] push: tags: - - 'v[0-9]+.[0-9]+.[0-9]+' # ignore rc + - 'v[0-9]+.[0-9]+.[0-9]+' # ignore rc + - 'v[0-9]+.[0-9]+.[0-9]+-testnet' # for testnets permissions: contents: read