Skip to content

release(project): 0.15.0 → 0.15.1 #35

release(project): 0.15.0 → 0.15.1

release(project): 0.15.0 → 0.15.1 #35

Workflow file for this run

name: Docker
# This workflow takes more than 1 hour to run, so we run it only on tags.
on:
push:
tags: [ '*' ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dioptra-io/publish-docker-action@v1
with:
password: ${{ secrets.GITHUB_TOKEN }}
platforms: linux/amd64,linux/arm64