remove uses
This commit is contained in:
parent
093fbfcfe1
commit
cf03967f15
11
.github/workflows/basket-api.yml
vendored
11
.github/workflows/basket-api.yml
vendored
@ -19,8 +19,7 @@ jobs:
|
|||||||
login:
|
login:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
-
|
- name: Login to GitHub Container Registry
|
||||||
name: Login to GitHub Container Registry
|
|
||||||
uses: docker/login-action@v1
|
uses: docker/login-action@v1
|
||||||
with:
|
with:
|
||||||
registry: ${{ env.registryEndpoint }}
|
registry: ${{ env.registryEndpoint }}
|
||||||
@ -30,7 +29,6 @@ jobs:
|
|||||||
runs-on: ubuntu-16.04
|
runs-on: ubuntu-16.04
|
||||||
if: ${{ github.event_name == 'pull_request' }}
|
if: ${{ github.event_name == 'pull_request' }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
|
||||||
- name: Compose build ${{ env.services }}
|
- name: Compose build ${{ env.services }}
|
||||||
run: docker-compose build -f src/docker-compose.yml ${{ env.services }}
|
run: docker-compose build -f src/docker-compose.yml ${{ env.services }}
|
||||||
shell: bash
|
shell: bash
|
||||||
@ -42,7 +40,6 @@ jobs:
|
|||||||
if: ${{ false }}
|
if: ${{ false }}
|
||||||
# if: ${{ github.event_name == 'pull_request' }}
|
# if: ${{ github.event_name == 'pull_request' }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
|
||||||
- name: Compose build ${{ env.services }}
|
- name: Compose build ${{ env.services }}
|
||||||
run: docker-compose build -f src/docker-compose.yml ${{ env.services }}
|
run: docker-compose build -f src/docker-compose.yml ${{ env.services }}
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
@ -55,8 +52,7 @@ jobs:
|
|||||||
runs-on: ubuntu-16.04
|
runs-on: ubuntu-16.04
|
||||||
if: ${{ github.event_name != 'pull_request' }}
|
if: ${{ github.event_name != 'pull_request' }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- name: Compose build ${{ env.services }}
|
||||||
name: Compose build ${{ env.services }}
|
|
||||||
run: docker-compose build -f src/docker-compose.yml ${{ env.services }}
|
run: docker-compose build -f src/docker-compose.yml ${{ env.services }}
|
||||||
shell: bash
|
shell: bash
|
||||||
env:
|
env:
|
||||||
@ -73,8 +69,7 @@ jobs:
|
|||||||
if: ${{ false }}
|
if: ${{ false }}
|
||||||
# if: ${{ github.event_name != 'pull_request' }}
|
# if: ${{ github.event_name != 'pull_request' }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- name: Compose build ${{ env.services }}
|
||||||
name: Compose build ${{ env.services }}
|
|
||||||
run: docker-compose build -f src/docker-compose.yml ${{ env.services }}
|
run: docker-compose build -f src/docker-compose.yml ${{ env.services }}
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
env:
|
env:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user