File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 DRY_RUN : ${{ github.ref_name != 'main' }}
1616 OWNER : ${{ github.repository_owner }}
1717 PLATFORMS : linux/amd64,linux/arm64
18- HUSKY : 0
1918
2019permissions :
2120 contents : read
2524 runs-on : ubuntu-latest
2625 timeout-minutes : 10
2726 steps :
28- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
29- - run : corepack enable
30- - run : pnpm install
27+ - name : ⚙️ Setup
28+ uses : containerbase/internal-tools/setup@fcbde3cdedad26eabf59776988e2a4b47fee98e5 # v3.7.0
29+ with :
30+ save-cache : true
31+
3132 - run : pnpm prettier
3233
3334 build :
4950 echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ env.OWNER }} --password-stdin
5051
5152 - name : Publish to ghcr.io
52- uses : containerbase/internal-tools@bbbf98bb61968071a4052c89fccd25a292d69c73 # v3.5.22
53+ uses : containerbase/internal-tools@fcbde3cdedad26eabf59776988e2a4b47fee98e5 # v3.7.0
5354 with :
5455 command : docker-builder
5556 image-prefix : ghcr.io/${{ env.OWNER }}
6768
6869 steps :
6970 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
71+ with :
72+ show-progress : false
7073
7174 - name : Init
7275 run : ./bin/init.sh
Original file line number Diff line number Diff line change 1+ 22.13.1
You can’t perform that action at this time.
0 commit comments