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