From 1566dfb077f0b0858fdb597caab4b8dc58552204 Mon Sep 17 00:00:00 2001 From: Dimitri Huisman <52963853+Diman0@users.noreply.github.com> Date: Tue, 29 Jun 2021 08:58:44 +0200 Subject: [PATCH] Forgot to add condition to load docker images step --- .github/workflows/CI.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 5acb5c5f..2b81a60d 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -292,6 +292,7 @@ jobs: path: /images key: ${{ env.BRANCH }}-${{ github.run_id }}-${{ github.run_number }} - name: Load docker images + if: ${{ env.BRANCH != 'staging' }} run: docker load -i /images/images.tar.gz - name: Deploy built docker images env: