Skip to content

Commit

Permalink
fix perms
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkreidler committed Oct 8, 2024
1 parent 700442e commit 55ef155
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
name: Build and Push Docker Images

on:
push:
branches:
- main

jobs:
build-and-push:
permissions:
contents: read
packages: write
attestations: write
id-token: write
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down

0 comments on commit 55ef155

Please sign in to comment.