We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b99669 commit d526c8aCopy full SHA for d526c8a
.github/workflows/build.yaml
@@ -1,26 +1,25 @@
1
---
2
name: Build Docker Container
3
-
4
-# https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners
5
6
on:
7
workflow_call:
8
workflow_dispatch:
9
push:
10
- branches: [main]
+ branches:
+ - main
+ - devcontainer
11
pull_request:
12
13
14
15
jobs:
- BuildDockerImage:
16
+ build-and-push:
17
runs-on: ubuntu-latest
18
name: Build Docker Image
19
+
20
steps:
21
- name: git checkout
- uses: actions/checkout@v2
22
- - name: Set up QEMU
23
- uses: docker/setup-qemu-action@v1
+ uses: actions/checkout@v3
24
25
- name: Set up Docker Buildx
26
uses: docker/setup-buildx-action@v1
0 commit comments