Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3b5ac71c72 | ||
|
|
42c4c32b8f | ||
|
|
f1f4280c19 | ||
|
|
1598397a66 | ||
|
|
024e36f5e0 | ||
|
|
eb84d7646a | ||
|
|
d585b049e5 | ||
|
|
18679c6c19 | ||
|
|
66db024c59 | ||
|
|
8421ebc16f | ||
|
|
9a0377c9f9 | ||
|
|
6bb24f4f08 |
@@ -32,7 +32,7 @@ jobs:
|
||||
docker run --rm -v $RUNNER_TEMP/alpine_node:/node_output alpine_nodejs:${{github.event.inputs.NodeVersion}}
|
||||
ls -l -R $RUNNER_TEMP/alpine_node
|
||||
- name: Upload alpine node.js
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: alpine_nodejs_${{github.event.inputs.NodeVersion}}
|
||||
path: ${{runner.temp}}/alpine_node/node-${{github.event.inputs.NodeVersion}}-alpine-x64.tar.gz
|
||||
@@ -44,7 +44,7 @@ jobs:
|
||||
container: alpine
|
||||
steps:
|
||||
- name: Download alpine node.js
|
||||
uses: actions/download-artifact@v3
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: alpine_nodejs_${{github.event.inputs.NodeVersion}}
|
||||
- run: |
|
||||
@@ -62,7 +62,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Download alpine node.js
|
||||
uses: actions/download-artifact@v3
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: alpine_nodejs_${{github.event.inputs.NodeVersion}}
|
||||
# Create GitHub release
|
||||
|
||||
@@ -3,9 +3,7 @@
|
||||
|
||||
## How to file issues and get help
|
||||
|
||||
This project uses GitHub issues to track bugs and feature requests. Please search the existing issues before filing new issues to avoid duplicates. For new issues, file your bug or feature request as a new issue.
|
||||
|
||||
For help or questions about using this project, please check the [discussions](https://github.com/actions/alpine_nodejs/discussions)
|
||||
This project does not support issues, however you may submit a pull request with any proposed improvements.
|
||||
|
||||
`actions/alpine_nodejs` is under active development and maintained by GitHub staff **AND THE COMMUNITY**. We will do our best to respond to support, feature requests, and community questions in a timely manner.
|
||||
|
||||
|
||||
@@ -1,26 +0,0 @@
|
||||
---
|
||||
version: 1
|
||||
ownership:
|
||||
- name: actions-alpine-nodejs
|
||||
long_name: Actions Alpine NodeJS
|
||||
description: Alpine NodeJS redeployment for actions runner
|
||||
tier: 2
|
||||
kind: artifact
|
||||
team: github/c2c-actions-runtime
|
||||
team_slack: actions-runners
|
||||
repo: https://github.com/actions/alpine_nodejs
|
||||
maintainer: benwells
|
||||
exec_sponsor: isethi
|
||||
qos: maintenance
|
||||
sev1:
|
||||
pagerduty: https://github.pagerduty.com/escalation_policies#PT5KQ9D
|
||||
tta: '1 business days'
|
||||
sev2:
|
||||
slack: actions-runtime
|
||||
issue: https://github.com/actions/alpine_nodejs/issues
|
||||
tta: '2 business days'
|
||||
sev3:
|
||||
slack: actions
|
||||
issue: https://github.com/actions/alpine_nodejs/issues
|
||||
tta: '2 weeks'
|
||||
dependencies: [ ]
|
||||
Reference in New Issue
Block a user