CI git sha test
Deploy / Deploy (push) Successful in 1m33s
Details
Deploy / Deploy (push) Successful in 1m33s
Details
This commit is contained in:
parent
5c05bbf751
commit
dfb28d38ba
|
@ -34,8 +34,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: '20.x'
|
node-version: '20.x'
|
||||||
- run: npm i
|
- run: npm i
|
||||||
- run: echo ${{vars.GITHUB_SHA}}
|
- run: echo ${{github.sha}}
|
||||||
- run: echo ${{vars.GITEA_SHA}}
|
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue