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