aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/pull-docker-dryrun.yml
blob: 3d2207940fc650b518c89a5a9f3a5c2aa0612424 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
name: docker-dryrun

on: [pull_request]

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