From 33dc82d5a2ff744aefff85fd8a6feb6ffa440668 Mon Sep 17 00:00:00 2001 From: aaraz Date: Wed, 20 Dec 2023 12:30:45 +0000 Subject: [PATCH] Update .github/workflows/main.yml --- .github/workflows/main.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e99304f..3e098ef 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,11 +6,13 @@ on: jobs: push_to_registry: - - name: Checkout - uses: actions/checkout@v4.1.1 - name: Pbuild & push docker image runs-on: ubuntu-latest steps: + - name: Checkout + uses: actions/checkout@v4.1.1 + name: Pbuild & push docker image + runs-on: ubuntu-latest + steps: - name: verify run: | - ls -la \ No newline at end of file + ls -la