Skip to content

Commit

Permalink
update cd workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
maciaszczykm committed Mar 4, 2024
1 parent 49d4dff commit 4195f8c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cd-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ on:
- modules/common
- hack/docker
- hack/gateway
create:
tags:
- "api/v*.*.*"
permissions:
Expand All @@ -46,7 +45,7 @@ jobs:
ghcr.io/kubernetes/dashboard-api
docker.io/kubernetesui/dashboard-api
tags: |
type=semver,pattern={{version}}
type=semver,pattern={{module}}/{{version}}
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'master') }}
- uses: docker/[email protected]
- uses: docker/[email protected]
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/cd-auth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ on:
- modules/common
- hack/docker
- hack/gateway
create:
tags:
- "auth/v*.*.*"
permissions:
Expand All @@ -46,7 +45,7 @@ jobs:
ghcr.io/kubernetes/dashboard-auth
docker.io/kubernetesui/dashboard-auth
tags: |
type=semver,pattern={{version}}
type=semver,pattern={{module}}/{{version}}
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'master') }}
- uses: docker/[email protected]
- uses: docker/[email protected]
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/cd-metrics-scraper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ on:
- modules/common
- hack/docker
- hack/gateway
create:
tags:
- "metrics-scraper/v*.*.*"
permissions:
Expand All @@ -46,7 +45,7 @@ jobs:
ghcr.io/kubernetes/dashboard-metrics-scraper
docker.io/kubernetesui/dashboard-metrics-scraper
tags: |
type=semver,pattern={{version}}
type=semver,pattern={{module}}/{{version}}
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'master') }}
- uses: docker/[email protected]
- uses: docker/[email protected]
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/cd-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ on:
- modules/common
- hack/docker
- hack/gateway
create:
tags:
- "web/v*.*.*"
permissions:
Expand All @@ -46,7 +45,7 @@ jobs:
ghcr.io/kubernetes/dashboard-web
docker.io/kubernetesui/dashboard-web
tags: |
type=semver,pattern={{version}}
type=semver,pattern={{module}}/{{version}}
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'master') }}
- uses: docker/[email protected]
- uses: docker/[email protected]
Expand Down

0 comments on commit 4195f8c

Please sign in to comment.