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 ae41d3c commit 0dddc13Copy full SHA for 0dddc13
1 file changed
.github/workflows/tests.yml
@@ -47,3 +47,18 @@ jobs:
47
args: --timeout=5m
48
- name: License Check
49
run: make license-check
50
+
51
+ build:
52
+ name: Docker Build
53
+ runs-on: ubuntu-latest
54
+ steps:
55
+ - uses: actions/checkout@v3
56
+ - name: Set up Docker Buildx
57
+ uses: docker/setup-buildx-action@v1
58
+ - name: Build
59
+ uses: docker/build-push-action@v2
60
+ with:
61
+ context: .
62
+ file: ./Dockerfile
63
+ push: false
64
+ tags: ${{ github.repository }}:latest
0 commit comments