mirror of
https://github.com/whyvl/wireproxy.git
synced 2025-05-07 03:27:37 +02:00
feat: improve build system
This commit is contained in:
parent
d3a2aa8fb0
commit
a2e9c9952f
6 changed files with 52 additions and 46 deletions
10
.github/workflows/container.yml
vendored
10
.github/workflows/container.yml
vendored
|
@ -28,26 +28,26 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v2
|
||||
uses: docker/setup-qemu-action@v3
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
id: buildx
|
||||
uses: docker/setup-buildx-action@v2.0.0
|
||||
uses: docker/setup-buildx-action@v3.0.0
|
||||
|
||||
- name: Login to GitHub Container Registry
|
||||
uses: docker/login-action@v2
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
# Needed for buildx gha cache to work
|
||||
- name: Expose GitHub Runtime
|
||||
uses: crazy-max/ghaction-github-runtime@v2
|
||||
uses: crazy-max/ghaction-github-runtime@v3
|
||||
|
||||
- name: Build container
|
||||
env:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue