Skip to content

fix(github): add make dependency on dockerfile #20

fix(github): add make dependency on dockerfile

fix(github): add make dependency on dockerfile #20

name: Build Image for all Dockerfile
on:
push:
branches:
- master
- development
jobs:
build-sshd:
uses: ./.github/workflows/build-push.yml
with:
context: .
file: tunnel.Dockerfile
images_name: ghcr.io/${{ github.repository }}-sshd-tunnel
secrets: inherit