Skip to content

update crates and fix breaking changes #6

update crates and fix breaking changes

update crates and fix breaking changes #6

Workflow file for this run

name: Build
on:
push:
branches: [ main ]
paths-ignore:
- 'README.md'
jobs:
build:
name: Build Docker Image
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set sha_short
id: vars
run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
- name: Build
run: |
docker build -t ${{ steps.vars.outputs.sha_short }} .