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:
runs-on: ubuntu-latest
permissions:
contents: read
contents: write # Allows tagging and releasing
packages: write
pull-requests: write # Allows reading PR info if needed
steps:
- name: Checkout repository