Skip to content

config (core) : adding MINIO_APP_USER_ACCESS_KEY and MINIO_APP_USER_S… #86

config (core) : adding MINIO_APP_USER_ACCESS_KEY and MINIO_APP_USER_S…

config (core) : adding MINIO_APP_USER_ACCESS_KEY and MINIO_APP_USER_S… #86

Workflow file for this run

name: Build Docker Image
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build_docker_image:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build the Docker image
run: docker build . --file Dockerfile.prod --tag personify-service:$(date +%s)