diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4dd7060..eb28434 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,14 +1,9 @@ -name: ci +name: Docker image build and Push Image to registry on: push: branches: - '**' - pull_request: - types: - - closed - branches: - - '**' env: #BRANCH_NAME: ${{ github.head_ref || github.ref_name }}