Skip to content

Commit

Permalink
Add build steps
Browse files Browse the repository at this point in the history
  • Loading branch information
turbo124 committed Nov 22, 2024
1 parent eeaaf95 commit 7a9d5f7
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/build-image-v5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,23 @@ name: Build Container Image
on:
pull_request:
paths:
- "alpine/5/**"
- "debian/**"
branches:
- debian
push:
paths:
- "alpine/5/**"
- "debian/**"
branches:
- master
- debian

jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
ref: debian

- name: Set up QEMU
uses: docker/setup-qemu-action@v1
Expand Down

0 comments on commit 7a9d5f7

Please sign in to comment.