Skip to content

Commit

Permalink
fix(alpine): build nodejs before node-nginx
Browse files Browse the repository at this point in the history
  • Loading branch information
Heymdall committed Oct 17, 2023
1 parent 733db4d commit 3612e89
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/alpine-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,12 @@ jobs:
path: packages/alpine-node-nginx/node-14-alpine-3.18/
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_ACCESS_TOKEN }}
repository: alfabankui/arui-scripts
repository: alfabankui/nodejs
tags: 14.21.3-alpine-3.18

build:
needs:
- buildOldNode
strategy:
matrix:
versions: [
Expand Down

0 comments on commit 3612e89

Please sign in to comment.