Skip to content

Commit

Permalink
updated workflow to run on package update and updated actions to v3 f…
Browse files Browse the repository at this point in the history
…or node.js 16
  • Loading branch information
noaz committed May 6, 2023
1 parent cfb540b commit fa1f194
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- master
paths:
- 'pi-gen/**'
- 'packages/**'
- '.github/workflows/on-push.yml'

jobs:
Expand All @@ -16,7 +17,7 @@ jobs:
working-directory: pi-gen

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Register binfmt_misc entries
run: docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
Expand All @@ -33,7 +34,7 @@ jobs:
echo "IMAGE_NAME=$IMAGE_NAME" >> $GITHUB_ENV
- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: ${{ env.IMAGE_NAME }}
path: pi-gen/deploy/*.tar.xz
Expand Down

0 comments on commit fa1f194

Please sign in to comment.