Skip to content
This repository was archived by the owner on Oct 10, 2024. It is now read-only.

Commit 98650e5

Browse files
authored
fix: docker action
1 parent 73f49a1 commit 98650e5

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish Docker image and deploy
1+
name: Publish Docker image
22
on:
33
release:
44
types: [published]
@@ -44,22 +44,3 @@ jobs:
4444
tags: |
4545
ghcr.io/eddiehubcommunity/eddiebot:v${{ steps.package-version.outputs.current-version}}
4646
ghcr.io/eddiehubcommunity/eddiebot:latest
47-
# deploy:
48-
# name: deploy to kube cluster
49-
# needs: push_to_registry
50-
# runs-on: ubuntu-latest
51-
# steps:
52-
# - name: check out the repo
53-
# uses: actions/checkout@v2
54-
# - name: get-npm-version
55-
# id: package-version
56-
# uses: martinbeentjes/npm-get-version-action@master
57-
# - uses: Azure/k8s-set-context@v1
58-
# with:
59-
# kubeconfig: ${{ secrets.KUBE_CONFIG }}
60-
# - uses: Azure/k8s-deploy@v1.4
61-
# with:
62-
# namespace: 'default'
63-
# manifests: kubernetes/deployment.yaml
64-
# images: 'ghcr.io/eddiehubcommunity/eddiebot:v${{ steps.package-version.outputs.current-version}}'
65-
# kubectl-version: 'latest'

0 commit comments

Comments
 (0)