aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/test.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r--.github/workflows/test.yml7
1 files changed, 3 insertions, 4 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index ed9fba6..649f295 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -51,9 +51,8 @@ jobs:
51 id: docker_build 51 id: docker_build
52 uses: docker/build-push-action@v3 52 uses: docker/build-push-action@v3
53 with: 53 with:
54 file: Dockerfile.build
55 push: true 54 push: true
56 platforms: linux/amd64,linux/arm/v7 55 platforms: linux/amd64,linux/arm64
57 tags: | 56 tags: |
58 ghcr.io/fxqnlr/webol:test-latest 57 ghcr.io/fxqnlr/webol:latest
59 ghcr.io/fxqnlr/webol:test-${{ github.run_number }} 58 ghcr.io/fxqnlr/webol:${{ github.run_number }} \ No newline at end of file