Skip to content

Commit

Permalink
Merge pull request #6 from tedivm/action_fix
Browse files Browse the repository at this point in the history
Fix github action
  • Loading branch information
allfro authored Jul 12, 2023
2 parents 29f063f + b78b243 commit 0651661
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,14 @@ on:
jobs:
push-store-image:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write

steps:
- name: "Checkout Repository"
uses: actions/checkout@v3

- name: "Login to GitHub Container Registry"
if: github.event_name != 'pull_request'
uses: docker/login-action@v2
Expand Down

0 comments on commit 0651661

Please sign in to comment.