Skip to content

Commit

Permalink
chore: remove judger image build
Browse files Browse the repository at this point in the history
  • Loading branch information
lynzrand committed Sep 30, 2021
1 parent 9ca4f9f commit 345b2b0
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,38 +39,6 @@ jobs:
add_git_labels: true
build_args: CI=true

build-judger-image:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Build and push Docker images
# You may pin to the exact commit or the version.
# uses: docker/build-push-action@92e71463491f2d026a477188b8ad3a0fdd9d672c
uses: docker/[email protected]
with:
# Username used to log in to a Docker registry. If not set then no login will occur
username: ${{ secrets.DOCKER_USERNAME }}
# Password or personal access token used to log in to a Docker registry. If not set then no login will occur
password: ${{ secrets.DOCKER_PASSWORD }}
# Server address of Docker registry. If not set then will default to Docker Hub
registry: docker.pkg.github.com
# Docker repository to tag the image with
repository: buaa-se-compiling/rurikawa/rurikawa-judger
# Comma-delimited list of tags. These will be added to the registry/repository to form the image's tags
tags: latest
# Automatically tags the built image with the git reference as per the readme
tag_with_ref: true
# Automatically tags the built image with the git short SHA as per the readme
tag_with_sha: true
# Path to the build context
path: judger
# Adds labels with git repository information to the built image
add_git_labels: true
build-args: CI=true

build-web-image:
runs-on: ubuntu-latest

Expand Down

0 comments on commit 345b2b0

Please sign in to comment.