Skip to content

Commit b1ca62c

Browse files
author
Kevin Buchholz
committed
remove arm target and second tag for test build
see #59
1 parent b8c498f commit b1ca62c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/testImageBuild.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ jobs:
2020
uses: docker/build-push-action@v2
2121
with:
2222
context: .
23-
platforms: linux/amd64,linux/arm64
23+
platforms: linux/amd64
2424
push: false
2525
tags: |
26-
sourceboat/docker-laravel:test
27-
ghcr.io/sourceboat/docker-laravel:test
26+
sourceboat/docker-laravel:test

0 commit comments

Comments
 (0)