Skip to content

Commit

Permalink
permet de pousser dans le repo des containers keycloak updater à chaq…
Browse files Browse the repository at this point in the history
…ue commit sur une branche
  • Loading branch information
Raphaël Squelbut committed Sep 18, 2023
1 parent e83812e commit 171388d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,8 @@ updates:
directory: /
schedule:
interval: daily

- package-ecosystem: docker
directory: /
schedule:
interval: daily
6 changes: 4 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: CI - Publication

on:
push:
branches:
release:
types: [ published, edited ]
types: [published]

env:
GOFLAGS: -mod=readonly
Expand Down Expand Up @@ -55,7 +57,7 @@ jobs:
tags: |
type=ref,event=branch
type=ref,event=tag
type=ref,event=pr
type=sha,format=short
flavor: |
latest=true
Expand Down

0 comments on commit 171388d

Please sign in to comment.