Skip to content

Commit

Permalink
fix: missing image tag when releasing (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
zyy17 authored Aug 20, 2024
1 parent 01cfab8 commit 990b7df
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

name: dev-build
name: Dev Build

on:
workflow_dispatch: # Allows you to run this workflow manually.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/develop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

name: develop
name: Develop

on:
pull_request:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-title-checker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

name: check-pr-title
name: Check PR Title

on:
pull_request_target:
Expand All @@ -24,7 +24,7 @@ on:
- unlabeled

jobs:
check:
check-pr-title:
runs-on: ubuntu-22.04
steps:
- uses: thehanimo/[email protected]
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

name: release
name: Release

on:
push:
Expand Down Expand Up @@ -63,6 +63,7 @@ jobs:
shell: bash
run: |
VERSION=${{ github.ref_name }}
echo "VERSION=${VERSION}" >> $GITHUB_ENV
- name: Build and push operator
uses: docker/build-push-action@v5
Expand Down

0 comments on commit 990b7df

Please sign in to comment.