Skip to content

Commit

Permalink
initiate release for 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
leaf-fastly authored Oct 28, 2021
1 parent 4dd26e2 commit de1801d
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.2
- controller-1.0.3

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.2"
TAG: "1.0.3"
steps:
- uses: actions/checkout@v2
- name: Build and push Docker image
Expand Down

0 comments on commit de1801d

Please sign in to comment.