Skip to content

chore: Tweak clojure and buffer trick #185

chore: Tweak clojure and buffer trick

chore: Tweak clojure and buffer trick #185

Workflow file for this run

name: Publish Docker image
on:
push:
branches:
- main
jobs:
push_to_registry:
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v2
- name: Build and push ghcr.io
uses: docker/build-push-action@v1
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
dockerfile: Dockerfile
tags: latest,11.6
repository: elliotcourant/dotfiles/debian