Skip to content

Commit

Permalink
Update test-cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kklldog authored Aug 11, 2024
1 parent 21705c2 commit 89dead6
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/test-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
name: agileconfig-ui
path: src/AgileConfig.Server.UI/react-ui-antd/dist/
build-dotnet-push-to-hub:
build-dotnet:
needs: build-reactapp
runs-on: ubuntu-latest

Expand All @@ -49,13 +49,23 @@ jobs:
with:
name: agileconfig-ui
path: src/AgileConfig.Server.Apisite/wwwroot/ui

build-image-push-docker-hub:
needs: build-reactapp
runs-on: ubuntu-latest
steps:
- name: Push to Docker Hub
uses: docker/build-push-action@v1
with:
username: ${{ secrets.DOCKER_HUB_NAME }}
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
repository: kklldog/agile_config
tags: test

push-ACR-hub:
needs: build-reactapp
runs-on: ubuntu-latest
steps:
- name: Login to ACR and push
uses: aliyun/acr-login@v1
with:
Expand Down

0 comments on commit 89dead6

Please sign in to comment.