|
|
@ -26,7 +26,7 @@ jobs:
|
|
|
|
echo tname: ${{ github.event.release.tag_name }}
|
|
|
|
echo tname: ${{ github.event.release.tag_name }}
|
|
|
|
set
|
|
|
|
set
|
|
|
|
|
|
|
|
|
|
|
|
on-success:
|
|
|
|
build-push-containers:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
# If the testing workflow has a success, then we build to :latest
|
|
|
|
# If the testing workflow has a success, then we build to :latest
|
|
|
|
# Or if we are in a tagged release scenario.
|
|
|
|
# Or if we are in a tagged release scenario.
|
|
|
|