Forgot to add condition to load docker images step

This commit is contained in:
Dimitri Huisman
2021-06-29 08:58:44 +02:00
committed by GitHub
parent b2840fed26
commit 1566dfb077

View File

@@ -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: