diff --git a/.github/workflows/Deployment.yml b/.github/workflows/Deployment.yml index 0fdc4c8..9071f61 100644 --- a/.github/workflows/Deployment.yml +++ b/.github/workflows/Deployment.yml @@ -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