This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/master by this push:
new 00f846ec37 Adjusting Push Docker images to DockerHub via GH actions
00f846ec37 is described below
commit 00f846ec376d4376331a6f8270d49d163f7bad55
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Tue Dec 17 10:55:22 2024 +0100
Adjusting Push Docker images to DockerHub via GH actions
---
.github/workflows/dockerhub.yml | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/dockerhub.yml b/.github/workflows/dockerhub.yml
index c30c25a552..f774571410 100644
--- a/.github/workflows/dockerhub.yml
+++ b/.github/workflows/dockerhub.yml
@@ -18,10 +18,13 @@ name: "Push to DockerHub"
on:
push:
- branches: ['master']
+ branches:
+ - master
+ tags:
+ - syncope-4.0.*
jobs:
- neo4j:
+ push2DockerHub:
runs-on: ubuntu-latest
steps: