Skip to content

fix(git): read fetch refs from args instead of git config #16

fix(git): read fetch refs from args instead of git config

fix(git): read fetch refs from args instead of git config #16

Workflow file for this run

name: image
on:
workflow_dispatch: {}
push:
branches:
- refactor/rewrite
jobs:
image:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: |
docker login --username bluebrown --password ${{secrets.DOCKERHUB_TOKEN}}
docker build -t "docker.io/bluebrown/kobold:$(git describe --tags --always --dirty)" -f build/Dockerfile .
docker push docker.io/bluebrown/kobold --all-tags
env:
DOCKER_BUILDKIT: "1"