mirror of
https://forgejo.merr.is/annika/actions-docker-extract.git
synced 2025-12-11 12:02:05 -05:00
chore: Update Actions node version to 16 (#13)
This commit is contained in:
parent
23130a485b
commit
abde1147dd
3 changed files with 7 additions and 7 deletions
10
.github/workflows/platforms.yml
vendored
10
.github/workflows/platforms.yml
vendored
|
|
@ -20,12 +20,12 @@ jobs:
|
||||||
name: Extract Example File on macOS
|
name: Extract Example File on macOS
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Install Docker Machine
|
- name: Install Docker
|
||||||
|
env:
|
||||||
|
HOMEBREW_GITHUB_API_TOKEN: "${{ github.token }}"
|
||||||
run: |
|
run: |
|
||||||
brew install docker docker-machine
|
brew install docker colima
|
||||||
docker-machine create --driver virtualbox default
|
colima start
|
||||||
eval $(docker-machine env default)
|
|
||||||
env | grep DOCKER >> $GITHUB_ENV
|
|
||||||
- run: docker build -t example:${{ github.sha }} ./.github/tests
|
- run: docker build -t example:${{ github.sha }} ./.github/tests
|
||||||
- uses: ./
|
- uses: ./
|
||||||
id: extract
|
id: extract
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ outputs:
|
||||||
destination:
|
destination:
|
||||||
description: 'Destination of extracted file(s)'
|
description: 'Destination of extracted file(s)'
|
||||||
runs:
|
runs:
|
||||||
using: 'node12'
|
using: 'node16'
|
||||||
main: 'dist/index.js'
|
main: 'dist/index.js'
|
||||||
branding:
|
branding:
|
||||||
icon: 'scissors'
|
icon: 'scissors'
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
"name": "@shrink/actions-docker-extract",
|
"name": "@shrink/actions-docker-extract",
|
||||||
"version": "1.0.2",
|
|
||||||
"description": "Extract from a Docker Image",
|
"description": "Extract from a Docker Image",
|
||||||
"author": "Samuel Ryan <sam@samryan.co.uk>",
|
"author": "Samuel Ryan <sam@samryan.co.uk>",
|
||||||
|
"private": true,
|
||||||
"homepage": "https://github.com/shrink/actions-docker-extract#readme",
|
"homepage": "https://github.com/shrink/actions-docker-extract#readme",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue