Update .gitea/workflows/node-npm.yaml
All checks were successful
Node npm / Build and push image (pull_request) Successful in 56s
Node ssh / Build and push image (pull_request) Successful in 1m17s
PHP 8.2 / Build and push image (pull_request) Successful in 37s
PHP deployer / Build and push image (pull_request) Successful in 27s
Rust node / Build and push image (pull_request) Successful in 6m10s
All checks were successful
Node npm / Build and push image (pull_request) Successful in 56s
Node ssh / Build and push image (pull_request) Successful in 1m17s
PHP 8.2 / Build and push image (pull_request) Successful in 37s
PHP deployer / Build and push image (pull_request) Successful in 27s
Rust node / Build and push image (pull_request) Successful in 6m10s
This commit is contained in:
parent
1040a99a3d
commit
fe3df25fff
@ -29,6 +29,9 @@ jobs:
|
||||
username: ${{ secrets.REGISTRY_USERNAME }}
|
||||
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||
|
||||
- name: Pull previous image
|
||||
run: docker pull git.kjan.de/actions/node-npm:latest
|
||||
|
||||
- name: Login to Docker.io Registry
|
||||
uses: https://git.kjan.de/actions/login-action@v3
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user