This commit is contained in:
@ -8,7 +8,7 @@ on:
|
||||
jobs:
|
||||
docker:
|
||||
runs-on: ubuntu-22.04
|
||||
container: fascinated/docker-images:node-latest
|
||||
container: fascinated/docker-images:node-pnpm-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
@ -19,6 +19,9 @@ jobs:
|
||||
username: ${{ secrets.REPO_USERNAME }}
|
||||
password: ${{ secrets.REPO_TOKEN }}
|
||||
|
||||
- name: Install dependencies
|
||||
run: pnpm install
|
||||
|
||||
- name: Build and Push (Node)
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
|
Reference in New Issue
Block a user