Merge pull request #6 from tedivm/action_fix

Fix github action
This commit is contained in:
allfro
2023-07-12 07:05:51 -04:00
committed by GitHub

View File

@@ -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