Skip to content

release 1.5.1

release 1.5.1 #21

Workflow file for this run

name: Verify
permissions:
contents: write
packages: write
on:
push:
branches: [ main ]
jobs:
test-and-create-image:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: taiki-e/install-action@v2
with:
tool: [email protected],[email protected],just@1,hurl@4,[email protected]
- uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ github.token }}
- run: just verify
- name: create docker images
working-directory: ./distributions
run: |
just build-docker-image ${{ github.sha }}
just push-docker