Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3b5ac71c72 | ||
|
|
42c4c32b8f | ||
|
|
f1f4280c19 | ||
|
|
1598397a66 | ||
|
|
024e36f5e0 | ||
|
|
eb84d7646a | ||
|
|
d585b049e5 | ||
|
|
18679c6c19 |
@@ -32,7 +32,7 @@ jobs:
|
|||||||
docker run --rm -v $RUNNER_TEMP/alpine_node:/node_output alpine_nodejs:${{github.event.inputs.NodeVersion}}
|
docker run --rm -v $RUNNER_TEMP/alpine_node:/node_output alpine_nodejs:${{github.event.inputs.NodeVersion}}
|
||||||
ls -l -R $RUNNER_TEMP/alpine_node
|
ls -l -R $RUNNER_TEMP/alpine_node
|
||||||
- name: Upload alpine node.js
|
- name: Upload alpine node.js
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: alpine_nodejs_${{github.event.inputs.NodeVersion}}
|
name: alpine_nodejs_${{github.event.inputs.NodeVersion}}
|
||||||
path: ${{runner.temp}}/alpine_node/node-${{github.event.inputs.NodeVersion}}-alpine-x64.tar.gz
|
path: ${{runner.temp}}/alpine_node/node-${{github.event.inputs.NodeVersion}}-alpine-x64.tar.gz
|
||||||
@@ -44,7 +44,7 @@ jobs:
|
|||||||
container: alpine
|
container: alpine
|
||||||
steps:
|
steps:
|
||||||
- name: Download alpine node.js
|
- name: Download alpine node.js
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: alpine_nodejs_${{github.event.inputs.NodeVersion}}
|
name: alpine_nodejs_${{github.event.inputs.NodeVersion}}
|
||||||
- run: |
|
- run: |
|
||||||
@@ -62,7 +62,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Download alpine node.js
|
- name: Download alpine node.js
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: alpine_nodejs_${{github.event.inputs.NodeVersion}}
|
name: alpine_nodejs_${{github.event.inputs.NodeVersion}}
|
||||||
# Create GitHub release
|
# Create GitHub release
|
||||||
|
|||||||
@@ -3,9 +3,7 @@
|
|||||||
|
|
||||||
## How to file issues and get help
|
## 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.
|
This project does not support issues, however you may submit a pull request with any proposed improvements.
|
||||||
|
|
||||||
For help or questions about using this project, please check the [discussions](https://github.com/actions/alpine_nodejs/discussions)
|
|
||||||
|
|
||||||
`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.
|
`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_dotcom_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-runtime
|
|
||||||
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