Forgot to add condition to load docker images step

master
Dimitri Huisman 3 years ago committed by GitHub
parent b2840fed26
commit 1566dfb077
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save