diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/test.yml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 649f295..97a0d2f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml | |||
@@ -4,7 +4,7 @@ on: | |||
4 | push: | 4 | push: |
5 | branches: [ "main", "test" ] | 5 | branches: [ "main", "test" ] |
6 | pull_request: | 6 | pull_request: |
7 | branches: [ "main", "test" ] | 7 | branches: [ "main" ] |
8 | workflow_dispatch: | 8 | workflow_dispatch: |
9 | 9 | ||
10 | env: | 10 | env: |
@@ -53,6 +53,8 @@ jobs: | |||
53 | with: | 53 | with: |
54 | push: true | 54 | push: true |
55 | platforms: linux/amd64,linux/arm64 | 55 | platforms: linux/amd64,linux/arm64 |
56 | cache-from: type=gha | ||
57 | cache-to: type=gha,mode=max | ||
56 | tags: | | 58 | tags: | |
57 | ghcr.io/fxqnlr/webol:latest | 59 | ghcr.io/fxqnlr/webol:dev-latest |
58 | ghcr.io/fxqnlr/webol:${{ github.run_number }} \ No newline at end of file | 60 | ghcr.io/fxqnlr/webol:dev-${{ github.run_number }} \ No newline at end of file |