Skip to content

Commit 2730b3d

Browse files
committed
And output images to local registry
Signed-off-by: Andrew Thornton <[email protected]>
1 parent ec1e415 commit 2730b3d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test_pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,22 +48,22 @@ jobs:
4848
with:
4949
context: docker/base/
5050
tags: techknowlogick/xgo:base
51-
push: false
51+
outputs: type=image,push=false
5252
file: docker/base/Dockerfile
5353
- name: build golang ${{ steps.golang_version_1.outputs.value }} image
5454
uses: docker/build-push-action@v2
5555
with:
5656
context: docker/${{ steps.golang_version_1.outputs.value }}/
5757
tags: techknowlogick/xgo:${{ steps.golang_version_1.outputs.value }},techknowlogick/xgo:${{ steps.golang_version_1.outputs.wildcard }},techknowlogick/xgo:latest
58-
push: false
58+
outputs: type=image,push=false
5959
file: docker/${{ steps.golang_version_1.outputs.value }}/Dockerfile
6060
load: true
6161
- name: build golang ${{ steps.golang_version_2.outputs.value }} image
6262
uses: docker/build-push-action@v2
6363
with:
6464
context: docker/${{ steps.golang_version_2.outputs.value }}/
6565
tags: techknowlogick/xgo:${{ steps.golang_version_2.outputs.value }},techknowlogick/xgo:${{ steps.golang_version_2.outputs.wildcard }}
66-
push: false
66+
outputs: type=image,push=false
6767
file: docker/${{ steps.golang_version_2.outputs.value }}/Dockerfile
6868
- name: Setup BATS
6969
uses: mig4/setup-bats@v1

0 commit comments

Comments
 (0)