Skip to content

Commit

Permalink
Add gulp
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall committed Jan 2, 2024
1 parent 17c62ba commit 3c3448b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/gulp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Build and push gulp 2.3
on:
push:
paths:
- 'gulp/**'
- '.github/workflows/gulp.yml'

jobs:
deploy:
uses: ./.github/workflows/build-push.yml
with:
dir: gulp
major_version: 2
permissions:
contents: read
id-token: write
secrets: inherit

3 changes: 3 additions & 0 deletions gulp/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FROM node:21.5.0

RUN npm install --global [email protected]

0 comments on commit 3c3448b

Please sign in to comment.