2 Commits

2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -47,6 +47,8 @@ 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 }}
@@ -63,16 +65,14 @@ jobs:
context: ${{ inputs.context }}
file: ${{ inputs.dockerfile }}
platforms: linux/${{ matrix.arch }}
push: ${{ inputs.dry-run == false || inputs.dry-run == 'false' }}
push: ${{ !inputs.dry-run }}
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
if: ${{ inputs.dry-run == false || inputs.dry-run == 'false' }}
if: ${{ !inputs.dry-run }}
needs:
- build_and_push
runs-on: ubuntu-latest
+1 -1
View File
@@ -5,7 +5,7 @@ on:
branches:
- main
paths:
- ".gitea/workflows/*.yaml"
- ".gitea/workflows/"
workflow_dispatch:
jobs: