Skip to content

Add pandas, openpyxl to agent image #767

Add pandas, openpyxl to agent image

Add pandas, openpyxl to agent image #767

Workflow file for this run

name: build docker images
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: login registry
run: echo ${{secrets.DOCKER_HUB_PASSWORD}} | docker login -u wizawu --password-stdin
- name: build agent image
run: docker build docker/agent -t wizawu/agent:latest
- name: push agent image
run: docker push wizawu/agent:latest