Skip to content

Commit

Permalink
chore: add judger agent github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamerblue committed Apr 10, 2024
1 parent 7682cbd commit e769d42
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/judger-agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
# - uses: actions/setup-node@v3
# with:
# node-version: 16
- run: pwd && ls -la
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Login to DockerHub
Expand All @@ -29,8 +28,8 @@ jobs:
- name: Build and Push Image
uses: docker/build-push-action@v3
with:
context: ./
file: ./Dockerfile
context: ./src/sub-app/judger-agent
file: ./src/sub-app/judger-agent/Dockerfile
push: true
tags: |
${{ secrets.DOCKERHUB_USERNAME }}/onlinejudge3-judger-agent:1
Expand Down

0 comments on commit e769d42

Please sign in to comment.