mirror of
https://github.com/criyle/go-judge.git
synced 2025-11-04 14:50:02 +08:00
ci: update build.yml
This commit is contained in:
parent
a06fc0b259
commit
32870c4516
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -21,13 +21,13 @@ jobs:
|
||||
run: git fetch --force --tags
|
||||
-
|
||||
name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v1
|
||||
uses: docker/setup-qemu-action@v2
|
||||
-
|
||||
name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v1
|
||||
uses: docker/setup-buildx-action@v2
|
||||
-
|
||||
name: Login to DockerHub
|
||||
uses: docker/login-action@v1
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user