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 ac0d319 commit 6d2dbb9Copy full SHA for 6d2dbb9
.github/workflows/pr.yml
@@ -6,27 +6,12 @@ jobs:
6
build:
7
name: Build
8
runs-on: ubuntu-latest
9
- env:
10
- DOCKER_CLI_EXPERIMENTAL: "enabled"
11
steps:
12
- name: Check out
13
uses: actions/checkout@v2
14
with:
15
fetch-depth: 0
16
17
- - name: Set up QEMU
18
- uses: docker/setup-qemu-action@v1
19
-
20
- - name: Set up Docker Buildx
21
- uses: docker/setup-buildx-action@v1
22
23
- - name: Docker Login
24
- uses: docker/login-action@v1
25
- with:
26
- registry: ghcr.io
27
- username: ${{ github.repository_owner }}
28
- password: ${{ secrets.GH_PAT }}
29
30
- name: Set up Go 1.15
31
uses: actions/setup-go@v1
32
@@ -46,3 +31,6 @@ jobs:
46
env:
47
CI: true
48
33
run: make test
34
+
35
+ - name: Build
36
+ run: make build
0 commit comments