Skip to content

Commit

Permalink
fix: workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Zufar Dhiyaullhaq <[email protected]>
  • Loading branch information
zufardhiyaulhaq committed Jan 26, 2025
1 parent ca8d8a0 commit 2624b42
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/client_binary.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: "go: build client binary"
name: "client-binary"

on:
push:
tags: [ 'v*.*.*' ]
workflow_dispatch:

permissions:
contents: read
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Docker
name: docker

# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
Expand All @@ -16,9 +16,7 @@ on:
branches: [ "master" ]

env:
# Use docker.io for Docker Hub if empty
REGISTRY: ghcr.io
# github.repository as <account>/<repo>
IMAGE_NAME: ${{ github.repository }}


Expand All @@ -29,8 +27,6 @@ jobs:
permissions:
contents: read
packages: write
# This is used to complete the identity challenge
# with sigstore/fulcio when running outside of PRs.
id-token: write

strategy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Simple workflow for deploying static content to GitHub Pages
name: Deploy static content to Pages
name: helm

on:
# Runs on pushes targeting the default branch
Expand Down

0 comments on commit 2624b42

Please sign in to comment.