diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6b9f383..d4e3024 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,6 @@ jobs: image: gcr.io/kaniko-project/executor:v1.20.0-debug permissions: contents: read # read the repository - needs: test-build steps: - name: Build and Push Image to docker registry with kaniko run: |