updated
This commit is contained in:
@@ -31,7 +31,8 @@ jobs:
|
|||||||
run: dotnet publish ./Astrocore.Api/Astrocore.Api.csproj -c Release -o ./Astrocore.Api/out
|
run: dotnet publish ./Astrocore.Api/Astrocore.Api.csproj -c Release -o ./Astrocore.Api/out
|
||||||
|
|
||||||
- name: Build Docker image
|
- name: Build Docker image
|
||||||
run: docker build -t $REGISTRY/$IMAGE_NAME:latest .
|
run: docker build -t $REGISTRY/$IMAGE_NAME:latest -f ./Astrocore.Api/Dockerfile .
|
||||||
|
|
||||||
|
|
||||||
- name: Push Docker image
|
- name: Push Docker image
|
||||||
run: docker push $REGISTRY/$IMAGE_NAME:latest
|
run: docker push $REGISTRY/$IMAGE_NAME:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user