GitHub Actions Tweaks (#457)

* Remove PHP 8.2 from tests

* Fix docker hub repository name

* Improve action labels

* Ignore .github folder from check CI
This commit is contained in:
Darko Gjorgjijoski
2025-08-31 16:13:18 +02:00
committed by GitHub
parent 23f6b1877f
commit f47b6d51f2
2 changed files with 4 additions and 4 deletions

View File

@@ -34,7 +34,7 @@ jobs:
run: ./vendor/bin/pint --test
tests:
name: 2⃣ PHP ${{ matrix.php-version }} Tests
name: 2⃣ PHP Tests
if: github.event_name == 'release'
needs:
- php_syntax_errors
@@ -169,7 +169,7 @@ jobs:
cache-to: type=gha,mode=max
manual_docker_build:
name: 🐳 MANUAL Docker Build
name: 🛠️ Manual Docker Build
if: github.event_name == 'workflow_dispatch'
runs-on: ubuntu-latest
steps:
@@ -251,7 +251,7 @@ jobs:
file: docker/production/Dockerfile
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/invoiceshelf:${{ steps.tag.outputs.tag }}
tags: invoiceshelf/invoiceshelf:${{ steps.tag.outputs.tag }}
cache-from: type=gha
cache-to: type=gha,mode=max