diff --git a/.github/workflows/build_application_docker.yaml b/.github/workflows/build_application_docker.yaml index 67c6c1b7ca..d917c4dc12 100644 --- a/.github/workflows/build_application_docker.yaml +++ b/.github/workflows/build_application_docker.yaml @@ -57,7 +57,7 @@ jobs: build-args: | app_version=${{ env.BUILD_VERSION }} context: . - push: true + # push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} # ? disabled due to a very long ARM build