Skip to content

Commit 345b2b0

Browse files
committed
chore: remove judger image build
1 parent 9ca4f9f commit 345b2b0

File tree

1 file changed

+0
-32
lines changed

1 file changed

+0
-32
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -39,38 +39,6 @@ jobs:
3939
add_git_labels: true
4040
build_args: CI=true
4141

42-
build-judger-image:
43-
runs-on: ubuntu-latest
44-
45-
steps:
46-
- uses: actions/checkout@v2
47-
with:
48-
submodules: true
49-
- name: Build and push Docker images
50-
# You may pin to the exact commit or the version.
51-
# uses: docker/build-push-action@92e71463491f2d026a477188b8ad3a0fdd9d672c
52-
uses: docker/build-push-action@v1.1.0
53-
with:
54-
# Username used to log in to a Docker registry. If not set then no login will occur
55-
username: ${{ secrets.DOCKER_USERNAME }}
56-
# Password or personal access token used to log in to a Docker registry. If not set then no login will occur
57-
password: ${{ secrets.DOCKER_PASSWORD }}
58-
# Server address of Docker registry. If not set then will default to Docker Hub
59-
registry: docker.pkg.github.com
60-
# Docker repository to tag the image with
61-
repository: buaa-se-compiling/rurikawa/rurikawa-judger
62-
# Comma-delimited list of tags. These will be added to the registry/repository to form the image's tags
63-
tags: latest
64-
# Automatically tags the built image with the git reference as per the readme
65-
tag_with_ref: true
66-
# Automatically tags the built image with the git short SHA as per the readme
67-
tag_with_sha: true
68-
# Path to the build context
69-
path: judger
70-
# Adds labels with git repository information to the built image
71-
add_git_labels: true
72-
build-args: CI=true
73-
7442
build-web-image:
7543
runs-on: ubuntu-latest
7644

0 commit comments

Comments
 (0)