diff --git a/.github/workflows/dockerimage.yml b/.github/workflows/dockerimage.yml index 763f5ae6..fc49358e 100644 --- a/.github/workflows/dockerimage.yml +++ b/.github/workflows/dockerimage.yml @@ -19,8 +19,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - - name: Pulling old images, if any - run: docker-compose pull --ignore-pull-failures + #- name: Pulling old images, if any + # run: docker-compose pull --ignore-pull-failures - name: Setting APP_NAME run: | export NAME=$(grep APP_NAME= .env | cut -d '=' -f2)