Skip to content

Commit

Permalink
feat(workflows): add build job for sshd
Browse files Browse the repository at this point in the history
  • Loading branch information
ikr4-m committed Jul 24, 2024
1 parent d4beaab commit 6f16d33
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/build-image-broker.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
name: Build Image for Broker
name: Build Image for all Dockerfile

on:
push:
branches:
- master

jobs:
build:
build-broker:
uses: ./.github/workflows/build-push.yml
with:
folder_path: server/
secrets: inherit

build-sshd:
uses: ./.github/workflows/build-push.yml
with:
folder_path: tunnel_image/
images_name: ghcr.io/${{ github.repository }}-sshd-tunnel
secrets: inherit

0 comments on commit 6f16d33

Please sign in to comment.