Skip to content

feat(ssl): both sasl_ssl and ssl connections work wel #12

feat(ssl): both sasl_ssl and ssl connections work wel

feat(ssl): both sasl_ssl and ssl connections work wel #12

Workflow file for this run

name: Build the Docker Image
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
env:
IMAGE_NAME: ${{ github.repository }}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build the Docker image
run: docker build . --file Dockerfile --tag ${{ env.IMAGE_NAME }}:$(date +%s)