This website works better with JavaScript.
Home
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
19
Wiki
Activity
Browse Source
TAG REGISTRY
pull/1565/head
David Sanz
4 years ago
parent
1687a73c25
commit
471f3ea6ba
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
.github/workflows/basket-api.yml
+ 2
- 2
.github/workflows/basket-api.yml
View File
@ -64,8 +64,8 @@ jobs:
-
name
:
Compose build ${{ env.services }}
run
:
|
echo "running on ${{ env.branch }}"
echo "
Env variables:
"
printenv
echo "
TAG: ${{ env.TAG }}
"
echo "REGISTRY: ${{ env.REGISTRY }}"
sudo docker-compose -f src/docker-compose.yml build ${{ env.services }}
docker images
shell
:
bash
Write
Preview
Loading…
Cancel
Save