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

Commit

Permalink
fix: docker action
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiejaoude authored Jun 11, 2024
1 parent 73f49a1 commit 98650e5
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish Docker image and deploy
name: Publish Docker image
on:
release:
types: [published]
Expand Down Expand Up @@ -44,22 +44,3 @@ jobs:
tags: |
ghcr.io/eddiehubcommunity/eddiebot:v${{ steps.package-version.outputs.current-version}}
ghcr.io/eddiehubcommunity/eddiebot:latest
# deploy:
# name: deploy to kube cluster
# needs: push_to_registry
# runs-on: ubuntu-latest
# steps:
# - name: check out the repo
# uses: actions/checkout@v2
# - name: get-npm-version
# id: package-version
# uses: martinbeentjes/npm-get-version-action@master
# - uses: Azure/k8s-set-context@v1
# with:
# kubeconfig: ${{ secrets.KUBE_CONFIG }}
# - uses: Azure/[email protected]
# with:
# namespace: 'default'
# manifests: kubernetes/deployment.yaml
# images: 'ghcr.io/eddiehubcommunity/eddiebot:v${{ steps.package-version.outputs.current-version}}'
# kubectl-version: 'latest'

0 comments on commit 98650e5

Please sign in to comment.