Skip to content

Commit d526c8a

Browse files
Trigger CI/CD on the devcontainer branch
1 parent 3b99669 commit d526c8a

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

.github/workflows/build.yaml

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,25 @@
11
---
22
name: Build Docker Container
3-
4-
# https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners
5-
63
on:
74
workflow_call:
85
workflow_dispatch:
96
push:
10-
branches: [main]
7+
branches:
8+
- main
9+
- devcontainer
1110
pull_request:
12-
branches: [main]
11+
branches:
12+
- main
13+
- devcontainer
1314

1415
jobs:
15-
BuildDockerImage:
16+
build-and-push:
1617
runs-on: ubuntu-latest
1718
name: Build Docker Image
19+
1820
steps:
1921
- name: git checkout
20-
uses: actions/checkout@v2
21-
22-
- name: Set up QEMU
23-
uses: docker/setup-qemu-action@v1
22+
uses: actions/checkout@v3
2423

2524
- name: Set up Docker Buildx
2625
uses: docker/setup-buildx-action@v1

0 commit comments

Comments
 (0)