Skip to content

Rebuild tags daily

Rebuild tags daily #1

Workflow file for this run

name: rebuild-tags
on:
pull_request:
paths:
- .github/workflows/build-tags.yaml
- .github/workflows/reusable--build.yaml
push:
paths:
- .github/workflows/build-tags.yaml
- .github/workflows/reusable--build.yaml
schedule:
- cron: '21 0 * * *' # 7:00 Asia/Tokyo
jobs:
build:
strategy:
fail-fast: false
matrix:
tag:
- 2.317.0
uses: ./.github/workflows/reusable--build.yaml

Check failure on line 22 in .github/workflows/rebuild-tags.yaml

View workflow run for this annotation

GitHub Actions / rebuild-tags

Invalid workflow file

The workflow is not valid. In .github/workflows/rebuild-tags.yaml (Line: 22, Col: 11): Error from called workflow quipper/actions-runner/.github/workflows/reusable--build.yaml@12f71470ae1396ace49a6045baf9a0c039f5715c: Unexpected tag '!inputs.disable-build-cache'
permissions:
contents: read
packages: write
with:
context: ${{ github.server_url }}/${{ github.repository }}#refs/tags/${{ matrix.tag }}
tags: ${{ matrix.tag }}
push: ${{ github.event_name != 'pull_request' }}
disable-build-cache: true
build-ubuntu20:
strategy:
fail-fast: false
matrix:
tag:
- 2.317.0
uses: ./.github/workflows/reusable--build.yaml
permissions:
contents: read
packages: write
with:
context: ${{ github.server_url }}/${{ github.repository }}#refs/tags/${{ matrix.tag }}
tags: ${{ matrix.tag }}
file: Dockerfile.ubuntu20
flavor: suffix=-ubuntu20
push: ${{ github.event_name != 'pull_request' }}
disable-build-cache: true