Skip to content

Update ESPResSo dependencies #118

Update ESPResSo dependencies

Update ESPResSo dependencies #118

Workflow file for this run

name: Docker images
on:
push:
pull_request:
jobs:
images:
runs-on: ubuntu-latest
strategy:
matrix:
image:
- debian
- fedora
- ubuntu
- ubuntu-wo-dependencies
steps:
- uses: actions/checkout@main
- name: Build and deploy
uses: ./.github/actions/docker
with:
image: ${{ matrix.image }}
repository: ${{ github.repository }}
password: ${{ secrets.GITHUB_TOKEN }}
event_name: ${{ github.event_name }}
tag: ${{ github.sha }}