Skip to content

Bump diesel from 2.1.0 to 2.2.3 #92

Bump diesel from 2.1.0 to 2.2.3

Bump diesel from 2.1.0 to 2.2.3 #92

Workflow file for this run

#-
# GitHub Action for Docker Builds
# Default script added 2023-06-02
#
name: 'Docker Image CI'
on:
pull_request:
branches:
- 'main'
- 'banjofox/*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build the Docker image
run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)