chore: Update action versions in build workflow and add playwright to requirements

This commit is contained in:
2025-10-23 17:55:06 +02:00
parent 0acc2cb3fe
commit 8c3062fd80
2 changed files with 4 additions and 3 deletions

View File

@@ -9,17 +9,17 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Login to Gitea Registry
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
registry: ${{ secrets.REGISTRY_URL }}
username: ${{ secrets.REGISTRY_USERNAME }}
password: ${{ secrets.REGISTRY_PASSWORD }}
- name: Build and push Docker image
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
with:
context: .
push: true