Merge branch 'hotfix/1.0.2'

This commit is contained in:
Karol Sójko
2020-07-08 09:15:21 +02:00
4 changed files with 8 additions and 2 deletions

View File

@@ -19,6 +19,9 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
tags: "latest,${{ github.sha }}"
- name: Initiate submodules
run: git submodule update --init --force --remote
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1
with:

View File

@@ -19,6 +19,9 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
tags: "stable,${{ github.sha }}"
- name: Initiate submodules
run: git submodule update --init --force --remote
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1
with: