Skip to content

Docker image - Consumer #1

Docker image - Consumer

Docker image - Consumer #1

name: Docker image - Consumer
on: workflow_dispatch
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
sparse-checkout: |
.github
.dockerignore
consumer
ref: master
- name: Build the Docker image
run: docker build ./consumer --file Dockerfile --tag consumer:$(date +%s)