Skip to content

Commit

Permalink
fix workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
mhwasil committed Jun 24, 2024
1 parent a77915d commit f7b7b49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ concurrency:

jobs:
# hub image
k8s-hub-2.0.0:
k8s-hub-2-0-0:
secrets: inherit
uses: ./.github/workflows/docker-build-test-upload.yml
with:
Expand All @@ -50,7 +50,7 @@ jobs:
context: k8s-hub/2.0.0
push: ${{ github.event_name == 'push' }}
runs-on: ubuntu-latest
k8s-hub-3.0.0:
k8s-hub-3-0-0:
secrets: inherit
uses: ./.github/workflows/docker-build-test-upload.yml
with:
Expand All @@ -62,7 +62,7 @@ jobs:
context: k8s-hub/3.0.0
push: ${{ github.event_name == 'push' }}
runs-on: ubuntu-latest
k8s-hub-3.2.1:
k8s-hub-3-2-1:
secrets: inherit
uses: ./.github/workflows/docker-build-test-upload.yml
with:
Expand Down

0 comments on commit f7b7b49

Please sign in to comment.