remove windows build
This commit is contained in:
parent
bb62bd7052
commit
899bf200b4
54
.github/workflows/basket-api.yml
vendored
54
.github/workflows/basket-api.yml
vendored
@ -36,23 +36,6 @@ jobs:
|
||||
TAG: ${{ env.BRANCH }}
|
||||
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:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.event_name != 'pull_request' }}
|
||||
@ -103,39 +86,4 @@ jobs:
|
||||
run: |
|
||||
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 }}
|
||||
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 }}
|
||||
shell: bash
|
54
.github/workflows/catalog-api.yml
vendored
54
.github/workflows/catalog-api.yml
vendored
@ -36,23 +36,6 @@ jobs:
|
||||
TAG: ${{ env.BRANCH }}
|
||||
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:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.event_name != 'pull_request' }}
|
||||
@ -103,39 +86,4 @@ jobs:
|
||||
run: |
|
||||
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 }}
|
||||
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 }}
|
||||
shell: bash
|
54
.github/workflows/identity-api.yml
vendored
54
.github/workflows/identity-api.yml
vendored
@ -36,23 +36,6 @@ jobs:
|
||||
TAG: ${{ env.BRANCH }}
|
||||
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:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.event_name != 'pull_request' }}
|
||||
@ -103,39 +86,4 @@ jobs:
|
||||
run: |
|
||||
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 }}
|
||||
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 }}
|
||||
shell: bash
|
54
.github/workflows/mobileshoppingagg.yml
vendored
54
.github/workflows/mobileshoppingagg.yml
vendored
@ -35,23 +35,6 @@ jobs:
|
||||
TAG: ${{ env.BRANCH }}
|
||||
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:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.event_name != 'pull_request' }}
|
||||
@ -102,39 +85,4 @@ jobs:
|
||||
run: |
|
||||
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 }}
|
||||
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 }}
|
||||
shell: bash
|
54
.github/workflows/ordering-api.yml
vendored
54
.github/workflows/ordering-api.yml
vendored
@ -36,23 +36,6 @@ jobs:
|
||||
TAG: ${{ env.BRANCH }}
|
||||
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:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.event_name != 'pull_request' }}
|
||||
@ -103,39 +86,4 @@ jobs:
|
||||
run: |
|
||||
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 }}
|
||||
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 }}
|
||||
shell: bash
|
54
.github/workflows/ordering-backgroundtasks.yml
vendored
54
.github/workflows/ordering-backgroundtasks.yml
vendored
@ -36,23 +36,6 @@ jobs:
|
||||
TAG: ${{ env.BRANCH }}
|
||||
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:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.event_name != 'pull_request' }}
|
||||
@ -103,39 +86,4 @@ jobs:
|
||||
run: |
|
||||
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 }}
|
||||
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 }}
|
||||
shell: bash
|
54
.github/workflows/ordering-signalrhub.yml
vendored
54
.github/workflows/ordering-signalrhub.yml
vendored
@ -36,23 +36,6 @@ jobs:
|
||||
TAG: ${{ env.BRANCH }}
|
||||
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:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.event_name != 'pull_request' }}
|
||||
@ -103,39 +86,4 @@ jobs:
|
||||
run: |
|
||||
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 }}
|
||||
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 }}
|
||||
shell: bash
|
54
.github/workflows/payment-api.yml
vendored
54
.github/workflows/payment-api.yml
vendored
@ -36,23 +36,6 @@ jobs:
|
||||
TAG: ${{ env.BRANCH }}
|
||||
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:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.event_name != 'pull_request' }}
|
||||
@ -103,39 +86,4 @@ jobs:
|
||||
run: |
|
||||
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 }}
|
||||
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 }}
|
||||
shell: bash
|
54
.github/workflows/webhooks-api.yml
vendored
54
.github/workflows/webhooks-api.yml
vendored
@ -36,23 +36,6 @@ jobs:
|
||||
TAG: ${{ env.BRANCH }}
|
||||
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:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.event_name != 'pull_request' }}
|
||||
@ -103,39 +86,4 @@ jobs:
|
||||
run: |
|
||||
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 }}
|
||||
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 }}
|
||||
shell: bash
|
54
.github/workflows/webhooks-client.yml
vendored
54
.github/workflows/webhooks-client.yml
vendored
@ -36,23 +36,6 @@ jobs:
|
||||
TAG: ${{ env.BRANCH }}
|
||||
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:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.event_name != 'pull_request' }}
|
||||
@ -103,39 +86,4 @@ jobs:
|
||||
run: |
|
||||
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 }}
|
||||
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 }}
|
||||
shell: bash
|
54
.github/workflows/webmvc.yml
vendored
54
.github/workflows/webmvc.yml
vendored
@ -37,23 +37,6 @@ jobs:
|
||||
TAG: ${{ env.BRANCH }}
|
||||
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:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.event_name != 'pull_request' }}
|
||||
@ -104,39 +87,4 @@ jobs:
|
||||
run: |
|
||||
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 }}
|
||||
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 }}
|
||||
shell: bash
|
54
.github/workflows/webshoppingagg.yml
vendored
54
.github/workflows/webshoppingagg.yml
vendored
@ -35,23 +35,6 @@ jobs:
|
||||
TAG: ${{ env.BRANCH }}
|
||||
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:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.event_name != 'pull_request' }}
|
||||
@ -102,39 +85,4 @@ jobs:
|
||||
run: |
|
||||
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 }}
|
||||
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 }}
|
||||
shell: bash
|
54
.github/workflows/webspa.yml
vendored
54
.github/workflows/webspa.yml
vendored
@ -36,23 +36,6 @@ jobs:
|
||||
TAG: ${{ env.BRANCH }}
|
||||
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:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.event_name != 'pull_request' }}
|
||||
@ -103,39 +86,4 @@ jobs:
|
||||
run: |
|
||||
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 }}
|
||||
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 }}
|
||||
shell: bash
|
54
.github/workflows/webstatus.yml
vendored
54
.github/workflows/webstatus.yml
vendored
@ -36,23 +36,6 @@ jobs:
|
||||
TAG: ${{ env.BRANCH }}
|
||||
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:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.event_name != 'pull_request' }}
|
||||
@ -103,39 +86,4 @@ jobs:
|
||||
run: |
|
||||
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 }}
|
||||
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 }}
|
||||
shell: bash
|
Loading…
x
Reference in New Issue
Block a user