Skip to content

allow test lang as well #18

allow test lang as well

allow test lang as well #18

Workflow file for this run

name: Release
on:
release:
types: [ published, edited ]
push:
branches: [ master ]
paths:
- 'contrib/docker/Dockerfile.release'
workflow_dispatch:
jobs:
release:
runs-on: ubuntu-latest
steps:
-
name: checkout
uses: actions/checkout@v4
-
name: set up QEMU
uses: docker/setup-qemu-action@v3
-
name: set up buildx
id: buildx
uses: docker/setup-buildx-action@v3
with:
buildkitd-flags: --debug
-
name: login to docker hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: build
run: cd contrib/docker && ./build.sh release