feat: bump node12 to node16 (#791)
* feat: bump node12 to node16 * deps: bump node from 12.22.10 to 16.18.0 * deps: bump @actions/core from 1.6.0 to 1.10.0 * chore: remove dev docker image, Makefile * docs: replace set-output with GITHUB_OUTPUT * docs: bump actions/cache from v2 to v3
This commit is contained in:
38
.github/workflows/dev-image.yml
vendored
38
.github/workflows/dev-image.yml
vendored
@@ -1,38 +0,0 @@
|
||||
name: 'Dev Image CI'
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '11 11 * * *'
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- '.github/workflows/dev-image.yml'
|
||||
- '.dockerignore'
|
||||
- '.nvmrc'
|
||||
- 'Dockerfile'
|
||||
- 'Makefile'
|
||||
- 'docker-compose.yml'
|
||||
pull_request:
|
||||
paths:
|
||||
- '.github/workflows/dev-image.yml'
|
||||
- '.dockerignore'
|
||||
- '.nvmrc'
|
||||
- 'Dockerfile'
|
||||
- 'Makefile'
|
||||
- 'docker-compose.yml'
|
||||
|
||||
jobs:
|
||||
dev-image-test:
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Login to Packages
|
||||
run: echo '${{ secrets.GITHUB_TOKEN }}' | docker login 'docker.pkg.github.com' -u 'peaceiris' --password-stdin
|
||||
- run: docker-compose pull --quiet
|
||||
if: ${{ github.event_name == 'pull_request' }}
|
||||
- run: make build
|
||||
- run: docker images
|
||||
- run: docker-compose push
|
||||
if: ${{ github.ref == 'refs/heads/main' && github.event.repository.fork == false }}
|
||||
Reference in New Issue
Block a user