2023-05-12 06:51:28 +05:30
|
|
|
name: docker-dryrun
|
|
|
|
|
2023-05-16 08:23:18 +05:30
|
|
|
on:
|
|
|
|
pull_request:
|
|
|
|
paths-ignore:
|
|
|
|
- "docs/**"
|
|
|
|
- "*.md"
|
2023-05-12 06:51:28 +05:30
|
|
|
|
|
|
|
concurrency:
|
|
|
|
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
|
|
|
cancel-in-progress: true
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
docker-dryrun:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
- uses: docker/setup-buildx-action@v2
|
|
|
|
- uses: docker/build-push-action@v4
|
|
|
|
with:
|
|
|
|
push: false
|
|
|
|
tags: gitea/gitea:linux-amd64
|