Skip to content

fix bugs for github connection #101

fix bugs for github connection

fix bugs for github connection #101

Workflow file for this run

name: Spalod Docker Image
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file Dockerfile --tag ponciano/spalod:$(date +%s)