Skip to content

Commit

Permalink
Trigger build and release of this branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
leaf-fastly authored Oct 28, 2021
1 parent 246e7a0 commit 41c296e
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/manual-release.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: Manual - Produce Docker Image, GH Release & update sigsci-values.yaml
name: Manual - Produce Docker Image, GH Release

on:
workflow_dispatch:
inputs:
tag:
description: 'Upstream tag of Nginx-ingress-controller to build for'
push:
branch:
- controller-1.0.1

jobs:
# Manual workflow to backfill any failed/missed builds
Expand All @@ -13,7 +12,7 @@ jobs:
build_push_release:
runs-on: ubuntu-latest
env:
TAG: ${{ github.event.inputs.tag }}
TAG: "1.0.1"
steps:
- uses: actions/checkout@v2
- name: Build and push Docker image
Expand Down

0 comments on commit 41c296e

Please sign in to comment.