Skip to content

Commit

Permalink
chore(ci): trigger nextstrain/docker-base rebuild on release (#1505)
Browse files Browse the repository at this point in the history
Co-authored-by: Victor Lin <[email protected]>
  • Loading branch information
ivan-aksamentov and victorlin authored Jul 10, 2024
1 parent 518fe3d commit 31c64b3
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/workflows/nextstrain-docker-base.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Trigger rebuild in https://github.com/nextstrain/docker-base
name: nextstrain-docker-base

on:
release:
types:
- released

concurrency:
group: nextstrain-docker-base-${{ github.workflow }}-${{ github.ref_type }}-${{ github.event.pull_request.number || github.ref || github.run_id }}
cancel-in-progress: true

defaults:
run:
shell: bash -euxo pipefail {0}

env:
GITHUB_REPOSITORY_URL: ${{ github.server_url }}/${{ github.repository }}
VERBOSE: 1

jobs:

trigger-build-nextstrain-docker-base:
name: "Trigger build in nextstrain/docker-base"
runs-on: ubuntu-22.04

steps:
- run: gh workflow run ci.yml --repo nextstrain/docker-base
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN_NEXTSTRAIN_BOT_WORKFLOW_DISPATCH }}

0 comments on commit 31c64b3

Please sign in to comment.