🤷‍♂️

main
Daniel 2023-09-24 21:15:30 +02:00 committed by GitHub
parent d8c8573f75
commit 0eadc020d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -8,13 +8,14 @@ on:
branches: [ "main", "dev" ]
workflow_dispatch:
permissions:
packages: write
jobs:
build-and-push:
name: Build Docker image and push to registry
runs-on: ubuntu-latest
permissions:
packages: write
contents: read
steps:
- name: Checkout code