Skip to content

Bump SebRollen/toml-action from 1.0.2 to 1.2.0 (#125) #38

Bump SebRollen/toml-action from 1.0.2 to 1.2.0 (#125)

Bump SebRollen/toml-action from 1.0.2 to 1.2.0 (#125) #38

name: Dockerhub
on:
push:
branches:
- master
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.3'
- name: Install dependencies
run: composer install
- name: Run tests
run: |
./vendor/bin/phpunit
- name: Publish
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: inverse/termin/termin
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
registry: ghcr.io