Update .github/workflows/docker-build.yml
Some checks failed
Build and Push Docker Image / build (push) Failing after 8m10s

This commit is contained in:
damien 2025-02-25 17:07:25 +00:00
parent df0792c840
commit 289654c9c8

View File

@ -13,8 +13,9 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
permissions: permissions:
contents: read contents: write # Allows tagging and releasing
packages: write packages: write
pull-requests: write # Allows reading PR info if needed
steps: steps:
- name: Checkout repository - name: Checkout repository