Update release-container.yml
This commit is contained in:
parent
ae33af92d9
commit
bcd01a63f8
1 changed files with 3 additions and 3 deletions
6
.github/workflows/release-container.yml
vendored
6
.github/workflows/release-container.yml
vendored
|
@ -1,9 +1,9 @@
|
||||||
name: Release Keycloak container
|
name: Release Keycloak container
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
push:
|
#push:
|
||||||
tags:
|
# tags:
|
||||||
- '[0-9]+.[0-9]+.[0-9]+'
|
# - '[0-9]+.[0-9]+.[0-9]+'
|
||||||
concurrency: keycloak-container-release
|
concurrency: keycloak-container-release
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
Loading…
Reference in a new issue