Skip to content

refactor: extract mtb file sender #10

refactor: extract mtb file sender

refactor: extract mtb file sender #10

Workflow file for this run

name: "Run build and deploy"
on:
push:
branches: [ 'master' ]
jobs:
docker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Execute image build and push
run: |
docker build -t ghcr.io/ccc-mf/bwhc-kafka-rest-proxy .
docker push ghcr.io/ccc-mf/bwhc-kafka-rest-proxy