its not nodejs
This commit is contained in:
parent
989b5a3114
commit
7a6ac421b4
1 changed files with 1 additions and 15 deletions
16
.github/workflows/Deployment.yml
vendored
16
.github/workflows/Deployment.yml
vendored
|
|
@ -10,20 +10,6 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: "latest"
|
||||
cache: "npm"
|
||||
- name: Load node_modules cache
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: |
|
||||
**/node_modules
|
||||
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-yarn-
|
||||
- name: NPM
|
||||
run: npm ci
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
- name: Login to Docker Hub
|
||||
|
|
@ -36,4 +22,4 @@ jobs:
|
|||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
push: true
|
||||
tags: baobeld/rusty-api:latest
|
||||
tags: baobeld/rusty-database-scripts:latest
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue