Merge branch 'hotfix/1.0.2'
This commit is contained in:
3
.github/workflows/dev.yml
vendored
3
.github/workflows/dev.yml
vendored
@@ -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:
|
||||
|
||||
3
.github/workflows/prod.yml
vendored
3
.github/workflows/prod.yml
vendored
@@ -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:
|
||||
|
||||
Submodule public/extensions/batch-manager updated: 3897593b98...46471a4969
Reference in New Issue
Block a user