Skip to content

release(project): 0.15.2 → 0.15.3 #37

release(project): 0.15.2 → 0.15.3

release(project): 0.15.2 → 0.15.3 #37

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