Skip to content

Bump bref/bref from 2.1.15 to 2.1.16 (#104) #25

Bump bref/bref from 2.1.15 to 2.1.16 (#104)

Bump bref/bref from 2.1.15 to 2.1.16 (#104) #25

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