work that flows
Some checks failed
Publish Docker Images / docker (push) Failing after 19s

This commit is contained in:
Lee
2023-11-16 12:01:54 +00:00
parent 2a8269a5d1
commit 36d07fa8dd
5 changed files with 8 additions and 487 deletions

View File

@ -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: