Add workflow permissions for image build

This commit is contained in:
Mitchell Scott 2023-04-17 09:31:53 -06:00
parent d850165752
commit d5cce14fc2

View file

@ -5,6 +5,9 @@ jobs:
build:
name: Build Image
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Checkout
uses: actions/checkout@v3