Skip to content

Update pybennu setup.py #14

Update pybennu setup.py

Update pybennu setup.py #14

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ "main", "**" ]
jobs:
build:
name: Build Docker image
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v4
- name: Build the Docker image
run: docker build --pull --file Dockerfile --tag sceptre-bennu:$(date +%s) .