diff --git a/.github/workflows/github-container-registry.yml b/.github/workflows/github-container-registry.yml index afd0d1b..3c752b9 100644 --- a/.github/workflows/github-container-registry.yml +++ b/.github/workflows/github-container-registry.yml @@ -7,11 +7,8 @@ on: workflow_dispatch: jobs: - push-store-image: + push-image: runs-on: ubuntu-latest - defaults: - run: - working-directory: './Store' steps: - name: 'Checkout GitHub Action' uses: actions/checkout@main