Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Saetch committed May 18, 2024
1 parent 9d3b8eb commit b10a100
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: docker-compose -f ./Cluster/docker-compose.yml build
- run: docker build -f ./Cluster/Node_cs/Dockerfiles/aot/Dockerfile --tag node_cs_aot ./Cluster/Node_cs/
- run: docker-compose -f ./Cluster/docker-compose.yml up -d
- run: docker-compose -f ./Cluster/docker-compose.yml down
- run: docker login ghcr.io -u ${{ github.repository_owner }} -p ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit b10a100

Please sign in to comment.