Merge branch 'hotfix/1.0.3' into develop
This commit is contained in:
7
.github/workflows/dev.yml
vendored
7
.github/workflows/dev.yml
vendored
@@ -11,6 +11,10 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: Initiate submodules
|
||||||
|
run: git submodule update --init --force --remote
|
||||||
|
|
||||||
- name: Publish to Registry
|
- name: Publish to Registry
|
||||||
uses: elgohr/Publish-Docker-Github-Action@master
|
uses: elgohr/Publish-Docker-Github-Action@master
|
||||||
with:
|
with:
|
||||||
@@ -19,9 +23,6 @@ jobs:
|
|||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
tags: "latest,${{ github.sha }}"
|
tags: "latest,${{ github.sha }}"
|
||||||
|
|
||||||
- name: Initiate submodules
|
|
||||||
run: git submodule update --init --force --remote
|
|
||||||
|
|
||||||
- name: Configure AWS credentials
|
- name: Configure AWS credentials
|
||||||
uses: aws-actions/configure-aws-credentials@v1
|
uses: aws-actions/configure-aws-credentials@v1
|
||||||
with:
|
with:
|
||||||
|
|||||||
7
.github/workflows/prod.yml
vendored
7
.github/workflows/prod.yml
vendored
@@ -11,6 +11,10 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: Initiate submodules
|
||||||
|
run: git submodule update --init --force --remote
|
||||||
|
|
||||||
- name: Publish to Registry
|
- name: Publish to Registry
|
||||||
uses: elgohr/Publish-Docker-Github-Action@master
|
uses: elgohr/Publish-Docker-Github-Action@master
|
||||||
with:
|
with:
|
||||||
@@ -19,9 +23,6 @@ jobs:
|
|||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
tags: "stable,${{ github.sha }}"
|
tags: "stable,${{ github.sha }}"
|
||||||
|
|
||||||
- name: Initiate submodules
|
|
||||||
run: git submodule update --init --force --remote
|
|
||||||
|
|
||||||
- name: Configure AWS credentials
|
- name: Configure AWS credentials
|
||||||
uses: aws-actions/configure-aws-credentials@v1
|
uses: aws-actions/configure-aws-credentials@v1
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user