Skip to content

Commit

Permalink
create 1.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
leaf-fastly authored Oct 28, 2021
1 parent 523aa46 commit 6436771
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/manual-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Manual - Produce Docker Image, GH Release
on:
push:
branch:
- controller-1.0.1
- controller-1.0.2

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

0 comments on commit 6436771

Please sign in to comment.