Skip to content

Commit

Permalink
chore: add famedly docker workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jcgruenhage committed Dec 15, 2023
1 parent c3b63a9 commit 81eb495
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/docker-famedly.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Docker

on:
push:
tags: [ 'v*.*.*_*' ]

jobs:
docker:
uses: famedly/github-workflows/.github/workflows/docker.yml@f2adc29abbf3f353f00b1c3ea8ba072b6f440280
with:
push: ${{ github.event_name != 'pull_request' }} # Always build, don't publish on pull requests
registry_user: famedly-ci
registry: docker-oss.nexus.famedly.de
image_name: synapse
file: docker/Dockerfile
tags: |
type=match,group=1,pattern=(v\d+.\d+.\d+)_\d+
type=match,group=1,pattern=(v\d+.\d+.\d+_\d+)
secrets: inherit

0 comments on commit 81eb495

Please sign in to comment.