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
Add TAG variable to push step.
pull/1565/head
David Sanz
4 years ago
parent
d5a3747556
commit
e437d94146
1 changed files
with
6 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-1
.github/workflows/basket-api.yml
+ 6
- 1
.github/workflows/basket-api.yml
View File
@ -73,9 +73,14 @@ jobs:
REGISTRY
:
${{ env.registryEndpoint }}
-
name
:
Compose push ${{ env.image }}
run
:
sudo -E docker-compose push ${{ env.services }}
run
:
|
docker images
sudo -E docker-compose push ${{ env.services }}
working-directory
:
./src
shell
:
bash
env:
# TAG: ${{ env.branch }}
REGISTRY
:
${{ env.registryEndpoint }}
BuildWindows:
runs-on
:
windows-2019
Write
Preview
Loading…
Cancel
Save