remove windows build
This commit is contained in:
parent
bb62bd7052
commit
899bf200b4
52
.github/workflows/basket-api.yml
vendored
52
.github/workflows/basket-api.yml
vendored
@ -36,23 +36,6 @@ jobs:
|
|||||||
TAG: ${{ env.BRANCH }}
|
TAG: ${{ env.BRANCH }}
|
||||||
REGISTRY: ${{ secrets.REGISTRY_ENDPOINT }}
|
REGISTRY: ${{ secrets.REGISTRY_ENDPOINT }}
|
||||||
|
|
||||||
BuildContainersForPR_Windows:
|
|
||||||
|
|
||||||
runs-on: windows-2019
|
|
||||||
if: ${{ false }}
|
|
||||||
# if: ${{ github.event_name == 'pull_request' }}
|
|
||||||
steps:
|
|
||||||
- name: 'Checkout Github Action'
|
|
||||||
uses: actions/checkout@master
|
|
||||||
|
|
||||||
- name: Compose build ${{ env.SERVICE }}
|
|
||||||
run: docker-compose build ${{ env.SERVICE }}
|
|
||||||
working-directory: ./src
|
|
||||||
shell: pwsh
|
|
||||||
env:
|
|
||||||
TAG: ${{ env.BRANCH }}
|
|
||||||
REGISTRY: ${{ secrets.REGISTRY_ENDPOINT }}
|
|
||||||
|
|
||||||
BuildLinux:
|
BuildLinux:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: ${{ github.event_name != 'pull_request' }}
|
if: ${{ github.event_name != 'pull_request' }}
|
||||||
@ -104,38 +87,3 @@ jobs:
|
|||||||
docker --config ~/.docker manifest create ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:${{ env.BRANCH }} ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:linux-${{ env.BRANCH }}
|
docker --config ~/.docker manifest create ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:${{ env.BRANCH }} ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:linux-${{ env.BRANCH }}
|
||||||
docker --config ~/.docker manifest push ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:${{ env.BRANCH }}
|
docker --config ~/.docker manifest push ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:${{ env.BRANCH }}
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
BuildWindows:
|
|
||||||
runs-on: windows-2019
|
|
||||||
if: ${{ false }}
|
|
||||||
# if: ${{ github.event_name != 'pull_request' }}
|
|
||||||
steps:
|
|
||||||
- name: 'Checkout Github Action'
|
|
||||||
uses: actions/checkout@master
|
|
||||||
|
|
||||||
- name: Login to Container Registry
|
|
||||||
uses: azure/docker-login@v1
|
|
||||||
with:
|
|
||||||
login-server: ${{ env.REGISTRY_HOST }}
|
|
||||||
username: ${{ secrets.USERNAME }}
|
|
||||||
password: ${{ secrets.PASSWORD }}
|
|
||||||
|
|
||||||
- name: Set branch name as env variable
|
|
||||||
shell: pwsh
|
|
||||||
run: echo "BRANCH=$($env:GITHUB_REF.replace('refs/heads/', ''))" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
|
|
||||||
|
|
||||||
- name: Compose build ${{ env.SERVICE }}
|
|
||||||
run: docker-compose build ${{ env.SERVICE }}
|
|
||||||
working-directory: ./src
|
|
||||||
shell: pwsh
|
|
||||||
env:
|
|
||||||
TAG: ${{ env.BRANCH }}
|
|
||||||
REGISTRY: ${{ secrets.REGISTRY_ENDPOINT }}
|
|
||||||
|
|
||||||
- name: Compose push ${{ env.SERVICE }}
|
|
||||||
run: docker-compose push ${{ env.SERVICE }}'
|
|
||||||
working-directory: ./src
|
|
||||||
shell: pwsh
|
|
||||||
env:
|
|
||||||
TAG: ${{ env.BRANCH }}
|
|
||||||
REGISTRY: ${{ secrets.REGISTRY_ENDPOINT }}
|
|
52
.github/workflows/catalog-api.yml
vendored
52
.github/workflows/catalog-api.yml
vendored
@ -36,23 +36,6 @@ jobs:
|
|||||||
TAG: ${{ env.BRANCH }}
|
TAG: ${{ env.BRANCH }}
|
||||||
REGISTRY: ${{ secrets.REGISTRY_ENDPOINT }}
|
REGISTRY: ${{ secrets.REGISTRY_ENDPOINT }}
|
||||||
|
|
||||||
BuildContainersForPR_Windows:
|
|
||||||
|
|
||||||
runs-on: windows-2019
|
|
||||||
if: ${{ false }}
|
|
||||||
# if: ${{ github.event_name == 'pull_request' }}
|
|
||||||
steps:
|
|
||||||
- name: 'Checkout Github Action'
|
|
||||||
uses: actions/checkout@master
|
|
||||||
|
|
||||||
- name: Compose build ${{ env.SERVICE }}
|
|
||||||
run: docker-compose build ${{ env.SERVICE }}
|
|
||||||
working-directory: ./src
|
|
||||||
shell: pwsh
|
|
||||||
env:
|
|
||||||
TAG: ${{ env.BRANCH }}
|
|
||||||
REGISTRY: ${{ secrets.REGISTRY_ENDPOINT }}
|
|
||||||
|
|
||||||
BuildLinux:
|
BuildLinux:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: ${{ github.event_name != 'pull_request' }}
|
if: ${{ github.event_name != 'pull_request' }}
|
||||||
@ -104,38 +87,3 @@ jobs:
|
|||||||
docker --config ~/.docker manifest create ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:${{ env.BRANCH }} ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:linux-${{ env.BRANCH }}
|
docker --config ~/.docker manifest create ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:${{ env.BRANCH }} ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:linux-${{ env.BRANCH }}
|
||||||
docker --config ~/.docker manifest push ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:${{ env.BRANCH }}
|
docker --config ~/.docker manifest push ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:${{ env.BRANCH }}
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
BuildWindows:
|
|
||||||
runs-on: windows-2019
|
|
||||||
if: ${{ false }}
|
|
||||||
# if: ${{ github.event_name != 'pull_request' }}
|
|
||||||
steps:
|
|
||||||
- name: 'Checkout Github Action'
|
|
||||||
uses: actions/checkout@master
|
|
||||||
|
|
||||||
- name: Login to Container Registry
|
|
||||||
uses: azure/docker-login@v1
|
|
||||||
with:
|
|
||||||
login-server: ${{ env.REGISTRY_HOST }}
|
|
||||||
username: ${{ secrets.USERNAME }}
|
|
||||||
password: ${{ secrets.PASSWORD }}
|
|
||||||
|
|
||||||
- name: Set branch name as env variable
|
|
||||||
shell: pwsh
|
|
||||||
run: echo "BRANCH=$($env:GITHUB_REF.replace('refs/heads/', ''))" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
|
|
||||||
|
|
||||||
- name: Compose build ${{ env.SERVICE }}
|
|
||||||
run: docker-compose build ${{ env.SERVICE }}
|
|
||||||
working-directory: ./src
|
|
||||||
shell: pwsh
|
|
||||||
env:
|
|
||||||
TAG: ${{ env.BRANCH }}
|
|
||||||
REGISTRY: ${{ secrets.REGISTRY_ENDPOINT }}
|
|
||||||
|
|
||||||
- name: Compose push ${{ env.SERVICE }}
|
|
||||||
run: docker-compose push ${{ env.SERVICE }}'
|
|
||||||
working-directory: ./src
|
|
||||||
shell: pwsh
|
|
||||||
env:
|
|
||||||
TAG: ${{ env.BRANCH }}
|
|
||||||
REGISTRY: ${{ secrets.REGISTRY_ENDPOINT }}
|
|
52
.github/workflows/identity-api.yml
vendored
52
.github/workflows/identity-api.yml
vendored
@ -36,23 +36,6 @@ jobs:
|
|||||||
TAG: ${{ env.BRANCH }}
|
TAG: ${{ env.BRANCH }}
|
||||||
REGISTRY: ${{ secrets.REGISTRY_ENDPOINT }}
|
REGISTRY: ${{ secrets.REGISTRY_ENDPOINT }}
|
||||||
|
|
||||||
BuildContainersForPR_Windows:
|
|
||||||
|
|
||||||
runs-on: windows-2019
|
|
||||||
if: ${{ false }}
|
|
||||||
# if: ${{ github.event_name == 'pull_request' }}
|
|
||||||
steps:
|
|
||||||
- name: 'Checkout Github Action'
|
|
||||||
uses: actions/checkout@master
|
|
||||||
|
|
||||||
- name: Compose build ${{ env.SERVICE }}
|
|
||||||
run: docker-compose build ${{ env.SERVICE }}
|
|
||||||
working-directory: ./src
|
|
||||||
shell: pwsh
|
|
||||||
env:
|
|
||||||
TAG: ${{ env.BRANCH }}
|
|
||||||
REGISTRY: ${{ secrets.REGISTRY_ENDPOINT }}
|
|
||||||
|
|
||||||
BuildLinux:
|
BuildLinux:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: ${{ github.event_name != 'pull_request' }}
|
if: ${{ github.event_name != 'pull_request' }}
|
||||||
@ -104,38 +87,3 @@ jobs:
|
|||||||
docker --config ~/.docker manifest create ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:${{ env.BRANCH }} ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:linux-${{ env.BRANCH }}
|
docker --config ~/.docker manifest create ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:${{ env.BRANCH }} ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:linux-${{ env.BRANCH }}
|
||||||
docker --config ~/.docker manifest push ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:${{ env.BRANCH }}
|
docker --config ~/.docker manifest push ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:${{ env.BRANCH }}
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
BuildWindows:
|
|
||||||
runs-on: windows-2019
|
|
||||||
if: ${{ false }}
|
|
||||||
# if: ${{ github.event_name != 'pull_request' }}
|
|
||||||
steps:
|
|
||||||
- name: 'Checkout Github Action'
|
|
||||||
uses: actions/checkout@master
|
|
||||||
|
|
||||||
- name: Login to Container Registry
|
|
||||||
uses: azure/docker-login@v1
|
|
||||||
with:
|
|
||||||
login-server: ${{ env.REGISTRY_HOST }}
|
|
||||||
username: ${{ secrets.USERNAME }}
|
|
||||||
password: ${{ secrets.PASSWORD }}
|
|
||||||
|
|
||||||
- name: Set branch name as env variable
|
|
||||||
shell: pwsh
|
|
||||||
run: echo "BRANCH=$($env:GITHUB_REF.replace('refs/heads/', ''))" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
|
|
||||||
|
|
||||||
- name: Compose build ${{ env.SERVICE }}
|
|
||||||
run: docker-compose build ${{ env.SERVICE }}
|
|
||||||
working-directory: ./src
|
|
||||||
shell: pwsh
|
|
||||||
env:
|
|
||||||
TAG: ${{ env.BRANCH }}
|
|
||||||
REGISTRY: ${{ secrets.REGISTRY_ENDPOINT }}
|
|
||||||
|
|
||||||
- name: Compose push ${{ env.SERVICE }}
|
|
||||||
run: docker-compose push ${{ env.SERVICE }}'
|
|
||||||
working-directory: ./src
|
|
||||||
shell: pwsh
|
|
||||||
env:
|
|
||||||
TAG: ${{ env.BRANCH }}
|
|
||||||
REGISTRY: ${{ secrets.REGISTRY_ENDPOINT }}
|
|
52
.github/workflows/mobileshoppingagg.yml
vendored
52
.github/workflows/mobileshoppingagg.yml
vendored
@ -35,23 +35,6 @@ jobs:
|
|||||||
TAG: ${{ env.BRANCH }}
|
TAG: ${{ env.BRANCH }}
|
||||||
REGISTRY: ${{ secrets.REGISTRY_ENDPOINT }}
|
REGISTRY: ${{ secrets.REGISTRY_ENDPOINT }}
|
||||||
|
|
||||||
BuildContainersForPR_Windows:
|
|
||||||
|
|
||||||
runs-on: windows-2019
|
|
||||||
if: ${{ false }}
|
|
||||||
# if: ${{ github.event_name == 'pull_request' }}
|
|
||||||
steps:
|
|
||||||
- name: 'Checkout Github Action'
|
|
||||||
uses: actions/checkout@master
|
|
||||||
|
|
||||||
- name: Compose build ${{ env.SERVICE }}
|
|
||||||
run: docker-compose build ${{ env.SERVICE }}
|
|
||||||
working-directory: ./src
|
|
||||||
shell: pwsh
|
|
||||||
env:
|
|
||||||
TAG: ${{ env.BRANCH }}
|
|
||||||
REGISTRY: ${{ secrets.REGISTRY_ENDPOINT }}
|
|
||||||
|
|
||||||
BuildLinux:
|
BuildLinux:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: ${{ github.event_name != 'pull_request' }}
|
if: ${{ github.event_name != 'pull_request' }}
|
||||||
@ -103,38 +86,3 @@ jobs:
|
|||||||
docker --config ~/.docker manifest create ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:${{ env.BRANCH }} ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:linux-${{ env.BRANCH }}
|
docker --config ~/.docker manifest create ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:${{ env.BRANCH }} ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:linux-${{ env.BRANCH }}
|
||||||
docker --config ~/.docker manifest push ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:${{ env.BRANCH }}
|
docker --config ~/.docker manifest push ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:${{ env.BRANCH }}
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
BuildWindows:
|
|
||||||
runs-on: windows-2019
|
|
||||||
if: ${{ false }}
|
|
||||||
# if: ${{ github.event_name != 'pull_request' }}
|
|
||||||
steps:
|
|
||||||
- name: 'Checkout Github Action'
|
|
||||||
uses: actions/checkout@master
|
|
||||||
|
|
||||||
- name: Login to Container Registry
|
|
||||||
uses: azure/docker-login@v1
|
|
||||||
with:
|
|
||||||
login-server: ${{ env.REGISTRY_HOST }}
|
|
||||||
username: ${{ secrets.USERNAME }}
|
|
||||||
password: ${{ secrets.PASSWORD }}
|
|
||||||
|
|
||||||
- name: Set branch name as env variable
|
|
||||||
shell: pwsh
|
|
||||||
run: echo "BRANCH=$($env:GITHUB_REF.replace('refs/heads/', ''))" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
|
|
||||||
|
|
||||||
- name: Compose build ${{ env.SERVICE }}
|
|
||||||
run: docker-compose build ${{ env.SERVICE }}
|
|
||||||
working-directory: ./src
|
|
||||||
shell: pwsh
|
|
||||||
env:
|
|
||||||
TAG: ${{ env.BRANCH }}
|
|
||||||
REGISTRY: ${{ secrets.REGISTRY_ENDPOINT }}
|
|
||||||
|
|
||||||
- name: Compose push ${{ env.SERVICE }}
|
|
||||||
run: docker-compose push ${{ env.SERVICE }}'
|
|
||||||
working-directory: ./src
|
|
||||||
shell: pwsh
|
|
||||||
env:
|
|
||||||
TAG: ${{ env.BRANCH }}
|
|
||||||
REGISTRY: ${{ secrets.REGISTRY_ENDPOINT }}
|
|
52
.github/workflows/ordering-api.yml
vendored
52
.github/workflows/ordering-api.yml
vendored
@ -36,23 +36,6 @@ jobs:
|
|||||||
TAG: ${{ env.BRANCH }}
|
TAG: ${{ env.BRANCH }}
|
||||||
REGISTRY: ${{ secrets.REGISTRY_ENDPOINT }}
|
REGISTRY: ${{ secrets.REGISTRY_ENDPOINT }}
|
||||||
|
|
||||||
BuildContainersForPR_Windows:
|
|
||||||
|
|
||||||
runs-on: windows-2019
|
|
||||||
if: ${{ false }}
|
|
||||||
# if: ${{ github.event_name == 'pull_request' }}
|
|
||||||
steps:
|
|
||||||
- name: 'Checkout Github Action'
|
|
||||||
uses: actions/checkout@master
|
|
||||||
|
|
||||||
- name: Compose build ${{ env.SERVICE }}
|
|
||||||
run: docker-compose build ${{ env.SERVICE }}
|
|
||||||
working-directory: ./src
|
|
||||||
shell: pwsh
|
|
||||||
env:
|
|
||||||
TAG: ${{ env.BRANCH }}
|
|
||||||
REGISTRY: ${{ secrets.REGISTRY_ENDPOINT }}
|
|
||||||
|
|
||||||
BuildLinux:
|
BuildLinux:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: ${{ github.event_name != 'pull_request' }}
|
if: ${{ github.event_name != 'pull_request' }}
|
||||||
@ -104,38 +87,3 @@ jobs:
|
|||||||
docker --config ~/.docker manifest create ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:${{ env.BRANCH }} ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:linux-${{ env.BRANCH }}
|
docker --config ~/.docker manifest create ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:${{ env.BRANCH }} ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:linux-${{ env.BRANCH }}
|
||||||
docker --config ~/.docker manifest push ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:${{ env.BRANCH }}
|
docker --config ~/.docker manifest push ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:${{ env.BRANCH }}
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
BuildWindows:
|
|
||||||
runs-on: windows-2019
|
|
||||||
if: ${{ false }}
|
|
||||||
# if: ${{ github.event_name != 'pull_request' }}
|
|
||||||
steps:
|
|
||||||
- name: 'Checkout Github Action'
|
|
||||||
uses: actions/checkout@master
|
|
||||||
|
|
||||||
- name: Login to Container Registry
|
|
||||||
uses: azure/docker-login@v1
|
|
||||||
with:
|
|
||||||
login-server: ${{ env.REGISTRY_HOST }}
|
|
||||||
username: ${{ secrets.USERNAME }}
|
|
||||||
password: ${{ secrets.PASSWORD }}
|
|
||||||
|
|
||||||
- name: Set branch name as env variable
|
|
||||||
shell: pwsh
|
|
||||||
run: echo "BRANCH=$($env:GITHUB_REF.replace('refs/heads/', ''))" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
|
|
||||||
|
|
||||||
- name: Compose build ${{ env.SERVICE }}
|
|
||||||
run: docker-compose build ${{ env.SERVICE }}
|
|
||||||
working-directory: ./src
|
|
||||||
shell: pwsh
|
|
||||||
env:
|
|
||||||
TAG: ${{ env.BRANCH }}
|
|
||||||
REGISTRY: ${{ secrets.REGISTRY_ENDPOINT }}
|
|
||||||
|
|
||||||
- name: Compose push ${{ env.SERVICE }}
|
|
||||||
run: docker-compose push ${{ env.SERVICE }}'
|
|
||||||
working-directory: ./src
|
|
||||||
shell: pwsh
|
|
||||||
env:
|
|
||||||
TAG: ${{ env.BRANCH }}
|
|
||||||
REGISTRY: ${{ secrets.REGISTRY_ENDPOINT }}
|
|
52
.github/workflows/ordering-backgroundtasks.yml
vendored
52
.github/workflows/ordering-backgroundtasks.yml
vendored
@ -36,23 +36,6 @@ jobs:
|
|||||||
TAG: ${{ env.BRANCH }}
|
TAG: ${{ env.BRANCH }}
|
||||||
REGISTRY: ${{ secrets.REGISTRY_ENDPOINT }}
|
REGISTRY: ${{ secrets.REGISTRY_ENDPOINT }}
|
||||||
|
|
||||||
BuildContainersForPR_Windows:
|
|
||||||
|
|
||||||
runs-on: windows-2019
|
|
||||||
if: ${{ false }}
|
|
||||||
# if: ${{ github.event_name == 'pull_request' }}
|
|
||||||
steps:
|
|
||||||
- name: 'Checkout Github Action'
|
|
||||||
uses: actions/checkout@master
|
|
||||||
|
|
||||||
- name: Compose build ${{ env.SERVICE }}
|
|
||||||
run: docker-compose build ${{ env.SERVICE }}
|
|
||||||
working-directory: ./src
|
|
||||||
shell: pwsh
|
|
||||||
env:
|
|
||||||
TAG: ${{ env.BRANCH }}
|
|
||||||
REGISTRY: ${{ secrets.REGISTRY_ENDPOINT }}
|
|
||||||
|
|
||||||
BuildLinux:
|
BuildLinux:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: ${{ github.event_name != 'pull_request' }}
|
if: ${{ github.event_name != 'pull_request' }}
|
||||||
@ -104,38 +87,3 @@ jobs:
|
|||||||
docker --config ~/.docker manifest create ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:${{ env.BRANCH }} ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:linux-${{ env.BRANCH }}
|
docker --config ~/.docker manifest create ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:${{ env.BRANCH }} ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:linux-${{ env.BRANCH }}
|
||||||
docker --config ~/.docker manifest push ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:${{ env.BRANCH }}
|
docker --config ~/.docker manifest push ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:${{ env.BRANCH }}
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
BuildWindows:
|
|
||||||
runs-on: windows-2019
|
|
||||||
if: ${{ false }}
|
|
||||||
# if: ${{ github.event_name != 'pull_request' }}
|
|
||||||
steps:
|
|
||||||
- name: 'Checkout Github Action'
|
|
||||||
uses: actions/checkout@master
|
|
||||||
|
|
||||||
- name: Login to Container Registry
|
|
||||||
uses: azure/docker-login@v1
|
|
||||||
with:
|
|
||||||
login-server: ${{ env.REGISTRY_HOST }}
|
|
||||||
username: ${{ secrets.USERNAME }}
|
|
||||||
password: ${{ secrets.PASSWORD }}
|
|
||||||
|
|
||||||
- name: Set branch name as env variable
|
|
||||||
shell: pwsh
|
|
||||||
run: echo "BRANCH=$($env:GITHUB_REF.replace('refs/heads/', ''))" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
|
|
||||||
|
|
||||||
- name: Compose build ${{ env.SERVICE }}
|
|
||||||
run: docker-compose build ${{ env.SERVICE }}
|
|
||||||
working-directory: ./src
|
|
||||||
shell: pwsh
|
|
||||||
env:
|
|
||||||
TAG: ${{ env.BRANCH }}
|
|
||||||
REGISTRY: ${{ secrets.REGISTRY_ENDPOINT }}
|
|
||||||
|
|
||||||
- name: Compose push ${{ env.SERVICE }}
|
|
||||||
run: docker-compose push ${{ env.SERVICE }}'
|
|
||||||
working-directory: ./src
|
|
||||||
shell: pwsh
|
|
||||||
env:
|
|
||||||
TAG: ${{ env.BRANCH }}
|
|
||||||
REGISTRY: ${{ secrets.REGISTRY_ENDPOINT }}
|
|
52
.github/workflows/ordering-signalrhub.yml
vendored
52
.github/workflows/ordering-signalrhub.yml
vendored
@ -36,23 +36,6 @@ jobs:
|
|||||||
TAG: ${{ env.BRANCH }}
|
TAG: ${{ env.BRANCH }}
|
||||||
REGISTRY: ${{ secrets.REGISTRY_ENDPOINT }}
|
REGISTRY: ${{ secrets.REGISTRY_ENDPOINT }}
|
||||||
|
|
||||||
BuildContainersForPR_Windows:
|
|
||||||
|
|
||||||
runs-on: windows-2019
|
|
||||||
if: ${{ false }}
|
|
||||||
# if: ${{ github.event_name == 'pull_request' }}
|
|
||||||
steps:
|
|
||||||
- name: 'Checkout Github Action'
|
|
||||||
uses: actions/checkout@master
|
|
||||||
|
|
||||||
- name: Compose build ${{ env.SERVICE }}
|
|
||||||
run: docker-compose build ${{ env.SERVICE }}
|
|
||||||
working-directory: ./src
|
|
||||||
shell: pwsh
|
|
||||||
env:
|
|
||||||
TAG: ${{ env.BRANCH }}
|
|
||||||
REGISTRY: ${{ secrets.REGISTRY_ENDPOINT }}
|
|
||||||
|
|
||||||
BuildLinux:
|
BuildLinux:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: ${{ github.event_name != 'pull_request' }}
|
if: ${{ github.event_name != 'pull_request' }}
|
||||||
@ -104,38 +87,3 @@ jobs:
|
|||||||
docker --config ~/.docker manifest create ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:${{ env.BRANCH }} ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:linux-${{ env.BRANCH }}
|
docker --config ~/.docker manifest create ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:${{ env.BRANCH }} ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:linux-${{ env.BRANCH }}
|
||||||
docker --config ~/.docker manifest push ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:${{ env.BRANCH }}
|
docker --config ~/.docker manifest push ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:${{ env.BRANCH }}
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
BuildWindows:
|
|
||||||
runs-on: windows-2019
|
|
||||||
if: ${{ false }}
|
|
||||||
# if: ${{ github.event_name != 'pull_request' }}
|
|
||||||
steps:
|
|
||||||
- name: 'Checkout Github Action'
|
|
||||||
uses: actions/checkout@master
|
|
||||||
|
|
||||||
- name: Login to Container Registry
|
|
||||||
uses: azure/docker-login@v1
|
|
||||||
with:
|
|
||||||
login-server: ${{ env.REGISTRY_HOST }}
|
|
||||||
username: ${{ secrets.USERNAME }}
|
|
||||||
password: ${{ secrets.PASSWORD }}
|
|
||||||
|
|
||||||
- name: Set branch name as env variable
|
|
||||||
shell: pwsh
|
|
||||||
run: echo "BRANCH=$($env:GITHUB_REF.replace('refs/heads/', ''))" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
|
|
||||||
|
|
||||||
- name: Compose build ${{ env.SERVICE }}
|
|
||||||
run: docker-compose build ${{ env.SERVICE }}
|
|
||||||
working-directory: ./src
|
|
||||||
shell: pwsh
|
|
||||||
env:
|
|
||||||
TAG: ${{ env.BRANCH }}
|
|
||||||
REGISTRY: ${{ secrets.REGISTRY_ENDPOINT }}
|
|
||||||
|
|
||||||
- name: Compose push ${{ env.SERVICE }}
|
|
||||||
run: docker-compose push ${{ env.SERVICE }}'
|
|
||||||
working-directory: ./src
|
|
||||||
shell: pwsh
|
|
||||||
env:
|
|
||||||
TAG: ${{ env.BRANCH }}
|
|
||||||
REGISTRY: ${{ secrets.REGISTRY_ENDPOINT }}
|
|
52
.github/workflows/payment-api.yml
vendored
52
.github/workflows/payment-api.yml
vendored
@ -36,23 +36,6 @@ jobs:
|
|||||||
TAG: ${{ env.BRANCH }}
|
TAG: ${{ env.BRANCH }}
|
||||||
REGISTRY: ${{ secrets.REGISTRY_ENDPOINT }}
|
REGISTRY: ${{ secrets.REGISTRY_ENDPOINT }}
|
||||||
|
|
||||||
BuildContainersForPR_Windows:
|
|
||||||
|
|
||||||
runs-on: windows-2019
|
|
||||||
if: ${{ false }}
|
|
||||||
# if: ${{ github.event_name == 'pull_request' }}
|
|
||||||
steps:
|
|
||||||
- name: 'Checkout Github Action'
|
|
||||||
uses: actions/checkout@master
|
|
||||||
|
|
||||||
- name: Compose build ${{ env.SERVICE }}
|
|
||||||
run: docker-compose build ${{ env.SERVICE }}
|
|
||||||
working-directory: ./src
|
|
||||||
shell: pwsh
|
|
||||||
env:
|
|
||||||
TAG: ${{ env.BRANCH }}
|
|
||||||
REGISTRY: ${{ secrets.REGISTRY_ENDPOINT }}
|
|
||||||
|
|
||||||
BuildLinux:
|
BuildLinux:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: ${{ github.event_name != 'pull_request' }}
|
if: ${{ github.event_name != 'pull_request' }}
|
||||||
@ -104,38 +87,3 @@ jobs:
|
|||||||
docker --config ~/.docker manifest create ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:${{ env.BRANCH }} ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:linux-${{ env.BRANCH }}
|
docker --config ~/.docker manifest create ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:${{ env.BRANCH }} ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:linux-${{ env.BRANCH }}
|
||||||
docker --config ~/.docker manifest push ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:${{ env.BRANCH }}
|
docker --config ~/.docker manifest push ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:${{ env.BRANCH }}
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
BuildWindows:
|
|
||||||
runs-on: windows-2019
|
|
||||||
if: ${{ false }}
|
|
||||||
# if: ${{ github.event_name != 'pull_request' }}
|
|
||||||
steps:
|
|
||||||
- name: 'Checkout Github Action'
|
|
||||||
uses: actions/checkout@master
|
|
||||||
|
|
||||||
- name: Login to Container Registry
|
|
||||||
uses: azure/docker-login@v1
|
|
||||||
with:
|
|
||||||
login-server: ${{ env.REGISTRY_HOST }}
|
|
||||||
username: ${{ secrets.USERNAME }}
|
|
||||||
password: ${{ secrets.PASSWORD }}
|
|
||||||
|
|
||||||
- name: Set branch name as env variable
|
|
||||||
shell: pwsh
|
|
||||||
run: echo "BRANCH=$($env:GITHUB_REF.replace('refs/heads/', ''))" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
|
|
||||||
|
|
||||||
- name: Compose build ${{ env.SERVICE }}
|
|
||||||
run: docker-compose build ${{ env.SERVICE }}
|
|
||||||
working-directory: ./src
|
|
||||||
shell: pwsh
|
|
||||||
env:
|
|
||||||
TAG: ${{ env.BRANCH }}
|
|
||||||
REGISTRY: ${{ secrets.REGISTRY_ENDPOINT }}
|
|
||||||
|
|
||||||
- name: Compose push ${{ env.SERVICE }}
|
|
||||||
run: docker-compose push ${{ env.SERVICE }}'
|
|
||||||
working-directory: ./src
|
|
||||||
shell: pwsh
|
|
||||||
env:
|
|
||||||
TAG: ${{ env.BRANCH }}
|
|
||||||
REGISTRY: ${{ secrets.REGISTRY_ENDPOINT }}
|
|
52
.github/workflows/webhooks-api.yml
vendored
52
.github/workflows/webhooks-api.yml
vendored
@ -36,23 +36,6 @@ jobs:
|
|||||||
TAG: ${{ env.BRANCH }}
|
TAG: ${{ env.BRANCH }}
|
||||||
REGISTRY: ${{ secrets.REGISTRY_ENDPOINT }}
|
REGISTRY: ${{ secrets.REGISTRY_ENDPOINT }}
|
||||||
|
|
||||||
BuildContainersForPR_Windows:
|
|
||||||
|
|
||||||
runs-on: windows-2019
|
|
||||||
if: ${{ false }}
|
|
||||||
# if: ${{ github.event_name == 'pull_request' }}
|
|
||||||
steps:
|
|
||||||
- name: 'Checkout Github Action'
|
|
||||||
uses: actions/checkout@master
|
|
||||||
|
|
||||||
- name: Compose build ${{ env.SERVICE }}
|
|
||||||
run: docker-compose build ${{ env.SERVICE }}
|
|
||||||
working-directory: ./src
|
|
||||||
shell: pwsh
|
|
||||||
env:
|
|
||||||
TAG: ${{ env.BRANCH }}
|
|
||||||
REGISTRY: ${{ secrets.REGISTRY_ENDPOINT }}
|
|
||||||
|
|
||||||
BuildLinux:
|
BuildLinux:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: ${{ github.event_name != 'pull_request' }}
|
if: ${{ github.event_name != 'pull_request' }}
|
||||||
@ -104,38 +87,3 @@ jobs:
|
|||||||
docker --config ~/.docker manifest create ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:${{ env.BRANCH }} ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:linux-${{ env.BRANCH }}
|
docker --config ~/.docker manifest create ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:${{ env.BRANCH }} ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:linux-${{ env.BRANCH }}
|
||||||
docker --config ~/.docker manifest push ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:${{ env.BRANCH }}
|
docker --config ~/.docker manifest push ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:${{ env.BRANCH }}
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
BuildWindows:
|
|
||||||
runs-on: windows-2019
|
|
||||||
if: ${{ false }}
|
|
||||||
# if: ${{ github.event_name != 'pull_request' }}
|
|
||||||
steps:
|
|
||||||
- name: 'Checkout Github Action'
|
|
||||||
uses: actions/checkout@master
|
|
||||||
|
|
||||||
- name: Login to Container Registry
|
|
||||||
uses: azure/docker-login@v1
|
|
||||||
with:
|
|
||||||
login-server: ${{ env.REGISTRY_HOST }}
|
|
||||||
username: ${{ secrets.USERNAME }}
|
|
||||||
password: ${{ secrets.PASSWORD }}
|
|
||||||
|
|
||||||
- name: Set branch name as env variable
|
|
||||||
shell: pwsh
|
|
||||||
run: echo "BRANCH=$($env:GITHUB_REF.replace('refs/heads/', ''))" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
|
|
||||||
|
|
||||||
- name: Compose build ${{ env.SERVICE }}
|
|
||||||
run: docker-compose build ${{ env.SERVICE }}
|
|
||||||
working-directory: ./src
|
|
||||||
shell: pwsh
|
|
||||||
env:
|
|
||||||
TAG: ${{ env.BRANCH }}
|
|
||||||
REGISTRY: ${{ secrets.REGISTRY_ENDPOINT }}
|
|
||||||
|
|
||||||
- name: Compose push ${{ env.SERVICE }}
|
|
||||||
run: docker-compose push ${{ env.SERVICE }}'
|
|
||||||
working-directory: ./src
|
|
||||||
shell: pwsh
|
|
||||||
env:
|
|
||||||
TAG: ${{ env.BRANCH }}
|
|
||||||
REGISTRY: ${{ secrets.REGISTRY_ENDPOINT }}
|
|
52
.github/workflows/webhooks-client.yml
vendored
52
.github/workflows/webhooks-client.yml
vendored
@ -36,23 +36,6 @@ jobs:
|
|||||||
TAG: ${{ env.BRANCH }}
|
TAG: ${{ env.BRANCH }}
|
||||||
REGISTRY: ${{ secrets.REGISTRY_ENDPOINT }}
|
REGISTRY: ${{ secrets.REGISTRY_ENDPOINT }}
|
||||||
|
|
||||||
BuildContainersForPR_Windows:
|
|
||||||
|
|
||||||
runs-on: windows-2019
|
|
||||||
if: ${{ false }}
|
|
||||||
# if: ${{ github.event_name == 'pull_request' }}
|
|
||||||
steps:
|
|
||||||
- name: 'Checkout Github Action'
|
|
||||||
uses: actions/checkout@master
|
|
||||||
|
|
||||||
- name: Compose build ${{ env.SERVICE }}
|
|
||||||
run: docker-compose build ${{ env.SERVICE }}
|
|
||||||
working-directory: ./src
|
|
||||||
shell: pwsh
|
|
||||||
env:
|
|
||||||
TAG: ${{ env.BRANCH }}
|
|
||||||
REGISTRY: ${{ secrets.REGISTRY_ENDPOINT }}
|
|
||||||
|
|
||||||
BuildLinux:
|
BuildLinux:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: ${{ github.event_name != 'pull_request' }}
|
if: ${{ github.event_name != 'pull_request' }}
|
||||||
@ -104,38 +87,3 @@ jobs:
|
|||||||
docker --config ~/.docker manifest create ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:${{ env.BRANCH }} ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:linux-${{ env.BRANCH }}
|
docker --config ~/.docker manifest create ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:${{ env.BRANCH }} ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:linux-${{ env.BRANCH }}
|
||||||
docker --config ~/.docker manifest push ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:${{ env.BRANCH }}
|
docker --config ~/.docker manifest push ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:${{ env.BRANCH }}
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
BuildWindows:
|
|
||||||
runs-on: windows-2019
|
|
||||||
if: ${{ false }}
|
|
||||||
# if: ${{ github.event_name != 'pull_request' }}
|
|
||||||
steps:
|
|
||||||
- name: 'Checkout Github Action'
|
|
||||||
uses: actions/checkout@master
|
|
||||||
|
|
||||||
- name: Login to Container Registry
|
|
||||||
uses: azure/docker-login@v1
|
|
||||||
with:
|
|
||||||
login-server: ${{ env.REGISTRY_HOST }}
|
|
||||||
username: ${{ secrets.USERNAME }}
|
|
||||||
password: ${{ secrets.PASSWORD }}
|
|
||||||
|
|
||||||
- name: Set branch name as env variable
|
|
||||||
shell: pwsh
|
|
||||||
run: echo "BRANCH=$($env:GITHUB_REF.replace('refs/heads/', ''))" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
|
|
||||||
|
|
||||||
- name: Compose build ${{ env.SERVICE }}
|
|
||||||
run: docker-compose build ${{ env.SERVICE }}
|
|
||||||
working-directory: ./src
|
|
||||||
shell: pwsh
|
|
||||||
env:
|
|
||||||
TAG: ${{ env.BRANCH }}
|
|
||||||
REGISTRY: ${{ secrets.REGISTRY_ENDPOINT }}
|
|
||||||
|
|
||||||
- name: Compose push ${{ env.SERVICE }}
|
|
||||||
run: docker-compose push ${{ env.SERVICE }}'
|
|
||||||
working-directory: ./src
|
|
||||||
shell: pwsh
|
|
||||||
env:
|
|
||||||
TAG: ${{ env.BRANCH }}
|
|
||||||
REGISTRY: ${{ secrets.REGISTRY_ENDPOINT }}
|
|
52
.github/workflows/webmvc.yml
vendored
52
.github/workflows/webmvc.yml
vendored
@ -37,23 +37,6 @@ jobs:
|
|||||||
TAG: ${{ env.BRANCH }}
|
TAG: ${{ env.BRANCH }}
|
||||||
REGISTRY: ${{ secrets.REGISTRY_ENDPOINT }}
|
REGISTRY: ${{ secrets.REGISTRY_ENDPOINT }}
|
||||||
|
|
||||||
BuildContainersForPR_Windows:
|
|
||||||
|
|
||||||
runs-on: windows-2019
|
|
||||||
if: ${{ false }}
|
|
||||||
# if: ${{ github.event_name == 'pull_request' }}
|
|
||||||
steps:
|
|
||||||
- name: 'Checkout Github Action'
|
|
||||||
uses: actions/checkout@master
|
|
||||||
|
|
||||||
- name: Compose build ${{ env.SERVICE }}
|
|
||||||
run: docker-compose build ${{ env.SERVICE }}
|
|
||||||
working-directory: ./src
|
|
||||||
shell: pwsh
|
|
||||||
env:
|
|
||||||
TAG: ${{ env.BRANCH }}
|
|
||||||
REGISTRY: ${{ secrets.REGISTRY_ENDPOINT }}
|
|
||||||
|
|
||||||
BuildLinux:
|
BuildLinux:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: ${{ github.event_name != 'pull_request' }}
|
if: ${{ github.event_name != 'pull_request' }}
|
||||||
@ -105,38 +88,3 @@ jobs:
|
|||||||
docker --config ~/.docker manifest create ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:${{ env.BRANCH }} ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:linux-${{ env.BRANCH }}
|
docker --config ~/.docker manifest create ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:${{ env.BRANCH }} ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:linux-${{ env.BRANCH }}
|
||||||
docker --config ~/.docker manifest push ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:${{ env.BRANCH }}
|
docker --config ~/.docker manifest push ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:${{ env.BRANCH }}
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
BuildWindows:
|
|
||||||
runs-on: windows-2019
|
|
||||||
if: ${{ false }}
|
|
||||||
# if: ${{ github.event_name != 'pull_request' }}
|
|
||||||
steps:
|
|
||||||
- name: 'Checkout Github Action'
|
|
||||||
uses: actions/checkout@master
|
|
||||||
|
|
||||||
- name: Login to Container Registry
|
|
||||||
uses: azure/docker-login@v1
|
|
||||||
with:
|
|
||||||
login-server: ${{ env.REGISTRY_HOST }}
|
|
||||||
username: ${{ secrets.USERNAME }}
|
|
||||||
password: ${{ secrets.PASSWORD }}
|
|
||||||
|
|
||||||
- name: Set branch name as env variable
|
|
||||||
shell: pwsh
|
|
||||||
run: echo "BRANCH=$($env:GITHUB_REF.replace('refs/heads/', ''))" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
|
|
||||||
|
|
||||||
- name: Compose build ${{ env.SERVICE }}
|
|
||||||
run: docker-compose build ${{ env.SERVICE }}
|
|
||||||
working-directory: ./src
|
|
||||||
shell: pwsh
|
|
||||||
env:
|
|
||||||
TAG: ${{ env.BRANCH }}
|
|
||||||
REGISTRY: ${{ secrets.REGISTRY_ENDPOINT }}
|
|
||||||
|
|
||||||
- name: Compose push ${{ env.SERVICE }}
|
|
||||||
run: docker-compose push ${{ env.SERVICE }}'
|
|
||||||
working-directory: ./src
|
|
||||||
shell: pwsh
|
|
||||||
env:
|
|
||||||
TAG: ${{ env.BRANCH }}
|
|
||||||
REGISTRY: ${{ secrets.REGISTRY_ENDPOINT }}
|
|
52
.github/workflows/webshoppingagg.yml
vendored
52
.github/workflows/webshoppingagg.yml
vendored
@ -35,23 +35,6 @@ jobs:
|
|||||||
TAG: ${{ env.BRANCH }}
|
TAG: ${{ env.BRANCH }}
|
||||||
REGISTRY: ${{ secrets.REGISTRY_ENDPOINT }}
|
REGISTRY: ${{ secrets.REGISTRY_ENDPOINT }}
|
||||||
|
|
||||||
BuildContainersForPR_Windows:
|
|
||||||
|
|
||||||
runs-on: windows-2019
|
|
||||||
if: ${{ false }}
|
|
||||||
# if: ${{ github.event_name == 'pull_request' }}
|
|
||||||
steps:
|
|
||||||
- name: 'Checkout Github Action'
|
|
||||||
uses: actions/checkout@master
|
|
||||||
|
|
||||||
- name: Compose build ${{ env.SERVICE }}
|
|
||||||
run: docker-compose build ${{ env.SERVICE }}
|
|
||||||
working-directory: ./src
|
|
||||||
shell: pwsh
|
|
||||||
env:
|
|
||||||
TAG: ${{ env.BRANCH }}
|
|
||||||
REGISTRY: ${{ secrets.REGISTRY_ENDPOINT }}
|
|
||||||
|
|
||||||
BuildLinux:
|
BuildLinux:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: ${{ github.event_name != 'pull_request' }}
|
if: ${{ github.event_name != 'pull_request' }}
|
||||||
@ -103,38 +86,3 @@ jobs:
|
|||||||
docker --config ~/.docker manifest create ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:${{ env.BRANCH }} ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:linux-${{ env.BRANCH }}
|
docker --config ~/.docker manifest create ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:${{ env.BRANCH }} ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:linux-${{ env.BRANCH }}
|
||||||
docker --config ~/.docker manifest push ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:${{ env.BRANCH }}
|
docker --config ~/.docker manifest push ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:${{ env.BRANCH }}
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
BuildWindows:
|
|
||||||
runs-on: windows-2019
|
|
||||||
if: ${{ false }}
|
|
||||||
# if: ${{ github.event_name != 'pull_request' }}
|
|
||||||
steps:
|
|
||||||
- name: 'Checkout Github Action'
|
|
||||||
uses: actions/checkout@master
|
|
||||||
|
|
||||||
- name: Login to Container Registry
|
|
||||||
uses: azure/docker-login@v1
|
|
||||||
with:
|
|
||||||
login-server: ${{ env.REGISTRY_HOST }}
|
|
||||||
username: ${{ secrets.USERNAME }}
|
|
||||||
password: ${{ secrets.PASSWORD }}
|
|
||||||
|
|
||||||
- name: Set branch name as env variable
|
|
||||||
shell: pwsh
|
|
||||||
run: echo "BRANCH=$($env:GITHUB_REF.replace('refs/heads/', ''))" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
|
|
||||||
|
|
||||||
- name: Compose build ${{ env.SERVICE }}
|
|
||||||
run: docker-compose build ${{ env.SERVICE }}
|
|
||||||
working-directory: ./src
|
|
||||||
shell: pwsh
|
|
||||||
env:
|
|
||||||
TAG: ${{ env.BRANCH }}
|
|
||||||
REGISTRY: ${{ secrets.REGISTRY_ENDPOINT }}
|
|
||||||
|
|
||||||
- name: Compose push ${{ env.SERVICE }}
|
|
||||||
run: docker-compose push ${{ env.SERVICE }}'
|
|
||||||
working-directory: ./src
|
|
||||||
shell: pwsh
|
|
||||||
env:
|
|
||||||
TAG: ${{ env.BRANCH }}
|
|
||||||
REGISTRY: ${{ secrets.REGISTRY_ENDPOINT }}
|
|
52
.github/workflows/webspa.yml
vendored
52
.github/workflows/webspa.yml
vendored
@ -36,23 +36,6 @@ jobs:
|
|||||||
TAG: ${{ env.BRANCH }}
|
TAG: ${{ env.BRANCH }}
|
||||||
REGISTRY: ${{ secrets.REGISTRY_ENDPOINT }}
|
REGISTRY: ${{ secrets.REGISTRY_ENDPOINT }}
|
||||||
|
|
||||||
BuildContainersForPR_Windows:
|
|
||||||
|
|
||||||
runs-on: windows-2019
|
|
||||||
if: ${{ false }}
|
|
||||||
# if: ${{ github.event_name == 'pull_request' }}
|
|
||||||
steps:
|
|
||||||
- name: 'Checkout Github Action'
|
|
||||||
uses: actions/checkout@master
|
|
||||||
|
|
||||||
- name: Compose build ${{ env.SERVICE }}
|
|
||||||
run: docker-compose build ${{ env.SERVICE }}
|
|
||||||
working-directory: ./src
|
|
||||||
shell: pwsh
|
|
||||||
env:
|
|
||||||
TAG: ${{ env.BRANCH }}
|
|
||||||
REGISTRY: ${{ secrets.REGISTRY_ENDPOINT }}
|
|
||||||
|
|
||||||
BuildLinux:
|
BuildLinux:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: ${{ github.event_name != 'pull_request' }}
|
if: ${{ github.event_name != 'pull_request' }}
|
||||||
@ -104,38 +87,3 @@ jobs:
|
|||||||
docker --config ~/.docker manifest create ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:${{ env.BRANCH }} ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:linux-${{ env.BRANCH }}
|
docker --config ~/.docker manifest create ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:${{ env.BRANCH }} ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:linux-${{ env.BRANCH }}
|
||||||
docker --config ~/.docker manifest push ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:${{ env.BRANCH }}
|
docker --config ~/.docker manifest push ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:${{ env.BRANCH }}
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
BuildWindows:
|
|
||||||
runs-on: windows-2019
|
|
||||||
if: ${{ false }}
|
|
||||||
# if: ${{ github.event_name != 'pull_request' }}
|
|
||||||
steps:
|
|
||||||
- name: 'Checkout Github Action'
|
|
||||||
uses: actions/checkout@master
|
|
||||||
|
|
||||||
- name: Login to Container Registry
|
|
||||||
uses: azure/docker-login@v1
|
|
||||||
with:
|
|
||||||
login-server: ${{ env.REGISTRY_HOST }}
|
|
||||||
username: ${{ secrets.USERNAME }}
|
|
||||||
password: ${{ secrets.PASSWORD }}
|
|
||||||
|
|
||||||
- name: Set branch name as env variable
|
|
||||||
shell: pwsh
|
|
||||||
run: echo "BRANCH=$($env:GITHUB_REF.replace('refs/heads/', ''))" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
|
|
||||||
|
|
||||||
- name: Compose build ${{ env.SERVICE }}
|
|
||||||
run: docker-compose build ${{ env.SERVICE }}
|
|
||||||
working-directory: ./src
|
|
||||||
shell: pwsh
|
|
||||||
env:
|
|
||||||
TAG: ${{ env.BRANCH }}
|
|
||||||
REGISTRY: ${{ secrets.REGISTRY_ENDPOINT }}
|
|
||||||
|
|
||||||
- name: Compose push ${{ env.SERVICE }}
|
|
||||||
run: docker-compose push ${{ env.SERVICE }}'
|
|
||||||
working-directory: ./src
|
|
||||||
shell: pwsh
|
|
||||||
env:
|
|
||||||
TAG: ${{ env.BRANCH }}
|
|
||||||
REGISTRY: ${{ secrets.REGISTRY_ENDPOINT }}
|
|
52
.github/workflows/webstatus.yml
vendored
52
.github/workflows/webstatus.yml
vendored
@ -36,23 +36,6 @@ jobs:
|
|||||||
TAG: ${{ env.BRANCH }}
|
TAG: ${{ env.BRANCH }}
|
||||||
REGISTRY: ${{ secrets.REGISTRY_ENDPOINT }}
|
REGISTRY: ${{ secrets.REGISTRY_ENDPOINT }}
|
||||||
|
|
||||||
BuildContainersForPR_Windows:
|
|
||||||
|
|
||||||
runs-on: windows-2019
|
|
||||||
if: ${{ false }}
|
|
||||||
# if: ${{ github.event_name == 'pull_request' }}
|
|
||||||
steps:
|
|
||||||
- name: 'Checkout Github Action'
|
|
||||||
uses: actions/checkout@master
|
|
||||||
|
|
||||||
- name: Compose build ${{ env.SERVICE }}
|
|
||||||
run: docker-compose build ${{ env.SERVICE }}
|
|
||||||
working-directory: ./src
|
|
||||||
shell: pwsh
|
|
||||||
env:
|
|
||||||
TAG: ${{ env.BRANCH }}
|
|
||||||
REGISTRY: ${{ secrets.REGISTRY_ENDPOINT }}
|
|
||||||
|
|
||||||
BuildLinux:
|
BuildLinux:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: ${{ github.event_name != 'pull_request' }}
|
if: ${{ github.event_name != 'pull_request' }}
|
||||||
@ -104,38 +87,3 @@ jobs:
|
|||||||
docker --config ~/.docker manifest create ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:${{ env.BRANCH }} ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:linux-${{ env.BRANCH }}
|
docker --config ~/.docker manifest create ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:${{ env.BRANCH }} ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:linux-${{ env.BRANCH }}
|
||||||
docker --config ~/.docker manifest push ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:${{ env.BRANCH }}
|
docker --config ~/.docker manifest push ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:${{ env.BRANCH }}
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
BuildWindows:
|
|
||||||
runs-on: windows-2019
|
|
||||||
if: ${{ false }}
|
|
||||||
# if: ${{ github.event_name != 'pull_request' }}
|
|
||||||
steps:
|
|
||||||
- name: 'Checkout Github Action'
|
|
||||||
uses: actions/checkout@master
|
|
||||||
|
|
||||||
- name: Login to Container Registry
|
|
||||||
uses: azure/docker-login@v1
|
|
||||||
with:
|
|
||||||
login-server: ${{ env.REGISTRY_HOST }}
|
|
||||||
username: ${{ secrets.USERNAME }}
|
|
||||||
password: ${{ secrets.PASSWORD }}
|
|
||||||
|
|
||||||
- name: Set branch name as env variable
|
|
||||||
shell: pwsh
|
|
||||||
run: echo "BRANCH=$($env:GITHUB_REF.replace('refs/heads/', ''))" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
|
|
||||||
|
|
||||||
- name: Compose build ${{ env.SERVICE }}
|
|
||||||
run: docker-compose build ${{ env.SERVICE }}
|
|
||||||
working-directory: ./src
|
|
||||||
shell: pwsh
|
|
||||||
env:
|
|
||||||
TAG: ${{ env.BRANCH }}
|
|
||||||
REGISTRY: ${{ secrets.REGISTRY_ENDPOINT }}
|
|
||||||
|
|
||||||
- name: Compose push ${{ env.SERVICE }}
|
|
||||||
run: docker-compose push ${{ env.SERVICE }}'
|
|
||||||
working-directory: ./src
|
|
||||||
shell: pwsh
|
|
||||||
env:
|
|
||||||
TAG: ${{ env.BRANCH }}
|
|
||||||
REGISTRY: ${{ secrets.REGISTRY_ENDPOINT }}
|
|
Loading…
x
Reference in New Issue
Block a user