This commit is contained in:
@@ -10,12 +10,12 @@ jobs:
|
||||
container:
|
||||
image: docker:27-cli
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install tools (git + node)
|
||||
run: apk add --no-cache git nodejs npm
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Define image tag
|
||||
run: |
|
||||
echo "IMAGE=local/nautilusDesk:${{ gitea.sha }}" >> $GITEA_ENV
|
||||
|
||||
Reference in New Issue
Block a user