Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ad7d57bb83 | |||
| f528ce346b | |||
| 23c1b967d5 |
@@ -47,8 +47,6 @@ jobs:
|
||||
matrix:
|
||||
# Prepared for future multi-arch support in the future, as soon as ACT has support for dynamic matrixes.
|
||||
arch: [amd64]
|
||||
needs:
|
||||
- test
|
||||
runs-on:
|
||||
- ubuntu-latest
|
||||
- linux_${{ matrix.arch }}
|
||||
@@ -69,6 +67,8 @@ jobs:
|
||||
provenance: false
|
||||
tags: |
|
||||
${{ inputs.registry }}/${{ inputs.repo-name }}:${{ inputs.tag }}-${{ matrix.arch }}
|
||||
cache-from: type=registry,ref=${{ inputs.registry }}/${{ inputs.repo-name }}:cache-${{ matrix.arch }}
|
||||
cache-to: type=registry,ref=${{ inputs.registry }}/${{ inputs.repo-name }}:cache-${{ matrix.arch }},mode=max
|
||||
|
||||
create_manifest:
|
||||
name: Create manifest
|
||||
|
||||
@@ -5,7 +5,7 @@ on:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- ".gitea/workflows/"
|
||||
- ".gitea/workflows/*.yaml"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user