test
Some checks failed
build-container-image / docker (push) Failing after 34s

Signed-off-by: Frank Villaro-Dixon <frank@villaro-dixon.eu>
This commit is contained in:
Frank Villaro-Dixon 2024-05-01 18:29:08 +02:00
parent aa2aace234
commit 96330740f9

View file

@ -1,6 +1,4 @@
name: build-container-image name: build-container-image
permissions:
packages: write
on: on:
push: push:
@ -10,6 +8,9 @@ on:
jobs: jobs:
docker: docker:
runs-on: ubuntu-latest runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps: steps:
- name: Install dependencies - name: Install dependencies
run: | run: |