Skip to content

Commit

Permalink
Adjusting Push Docker images to DockerHub via GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ilgrosso committed Dec 17, 2024
1 parent 0ce9a6f commit 00f846e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 00f846e

Please sign in to comment.