CI git sha test
Deploy / Deploy (push) Successful in 1m33s Details

This commit is contained in:
Rik Berkelder 2025-01-15 02:18:14 +01:00
parent 5c05bbf751
commit dfb28d38ba
1 changed files with 1 additions and 2 deletions

View File

@ -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: