Skip to content

Commit 6d2dbb9

Browse files
authored
Update pr.yml
1 parent ac0d319 commit 6d2dbb9

File tree

1 file changed

+3
-15
lines changed

1 file changed

+3
-15
lines changed

.github/workflows/pr.yml

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,12 @@ jobs:
66
build:
77
name: Build
88
runs-on: ubuntu-latest
9-
env:
10-
DOCKER_CLI_EXPERIMENTAL: "enabled"
119
steps:
1210
- name: Check out
1311
uses: actions/checkout@v2
1412
with:
1513
fetch-depth: 0
1614

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-
3015
- name: Set up Go 1.15
3116
uses: actions/setup-go@v1
3217
with:
@@ -46,3 +31,6 @@ jobs:
4631
env:
4732
CI: true
4833
run: make test
34+
35+
- name: Build
36+
run: make build

0 commit comments

Comments
 (0)