Skip to content

Commit

Permalink
Change permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Dzejkop committed Dec 19, 2023
1 parent 60d6468 commit 32cc3f9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ name: Build and Publish Docker Image

on:
push:
branches: [ master ]
branches: [ master, build-and-push-test ]
tags: ["*"]

permissions:
contents: read
packages: write

env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
Expand Down

0 comments on commit 32cc3f9

Please sign in to comment.