From f140fdd8d2afa4162a3e05d45cfb75a4446f4627 Mon Sep 17 00:00:00 2001 From: Mark Nefedov Date: Wed, 25 Dec 2024 01:28:14 +0300 Subject: [PATCH] Update action --- .github/workflows/github-container-registry.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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