Skip to content

test (core) : enabled MINIO_APP_USER_ACCESS_KEY and MINIO_APP_USER_SE… #87

test (core) : enabled MINIO_APP_USER_ACCESS_KEY and MINIO_APP_USER_SE…

test (core) : enabled MINIO_APP_USER_ACCESS_KEY and MINIO_APP_USER_SE… #87

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)