This commit is contained in:
Piyush मिश्रः 2023-12-06 21:21:57 +05:30
parent cc15489b00
commit 508cfd7abb
1 changed files with 3 additions and 3 deletions

View File

@ -12,12 +12,12 @@ on:
jobs: jobs:
push-store-image: push-store-image:
runs-on: ubuntu-latest runs-on: ubuntu-latest
defaults:
run:
working-directory: './Store'
steps: steps:
- name: 'Checkout GitHub Action' - name: 'Checkout GitHub Action'
uses: actions/checkout@main uses: actions/checkout@main
- name: 'List'
run: ls
- name: 'Login to GitHub Container Registry' - name: 'Login to GitHub Container Registry'
uses: docker/login-action@v1 uses: docker/login-action@v1