-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
0 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|