[*] 更新私有化actions
All checks were successful
Build Docker Image / Explore-Gitea-Actions (push) Successful in 56s
All checks were successful
Build Docker Image / Explore-Gitea-Actions (push) Successful in 56s
This commit is contained in:
parent
1fe510105a
commit
e01366ede1
@ -9,17 +9,17 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
uses: https://git.martin98.com/actions/checkout.git@v4
|
||||
|
||||
- name: Log in to Docker Hub
|
||||
uses: docker/login-action@v2
|
||||
uses: https://git.martin98.com/actions/login-action.git@v3
|
||||
with:
|
||||
registry: ${{ vars.DOCKER_HUB }}
|
||||
username: ${{ vars.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
password: ${{ vars.DOCKER_PASSWORD }}
|
||||
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v4
|
||||
uses: https://git.martin98.com/actions/build-push-action.git@v4
|
||||
with:
|
||||
context: .
|
||||
platforms: linux/amd64
|
||||
|
Loading…
x
Reference in New Issue
Block a user