Skip to content

Bump symfony/http-client from 6.4.5 to 6.4.7 (#127) #37

Bump symfony/http-client from 6.4.5 to 6.4.7 (#127)

Bump symfony/http-client from 6.4.5 to 6.4.7 (#127) #37

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