Skip to content

Bump verifiedjoseph/ntfy-php-library from 4.5.1 to 4.5.2 (#107) #32

Bump verifiedjoseph/ntfy-php-library from 4.5.1 to 4.5.2 (#107)

Bump verifiedjoseph/ntfy-php-library from 4.5.1 to 4.5.2 (#107) #32

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