We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c2a759 commit 99ae989Copy full SHA for 99ae989
1 file changed
.github/workflows/basket-api.yml
@@ -11,7 +11,7 @@ on:
11
- src/Services/Basket/*
12
- .github/workflows/basket-api.yml
13
env:
14
- registryEndpoint: hub.docker.com
+ registryEndpoint:
15
services: basket-api
16
image: basket.api
17
branch: $(echo ${GITHUB_REF#refs/heads/})
@@ -22,7 +22,7 @@ jobs:
22
- name: Login to Container Registry
23
uses: docker/login-action@v1
24
with:
25
- # registry: ${{ env.registryEndpoint }}
+ registry: ${{ env.registryEndpoint }}
26
username: ${{ secrets.USERNAME }}
27
password: ${{ secrets.PASSWORD }}
28
BuildContainersForPR_Linux:
0 commit comments