Skip to content

Commit

Permalink
eliminar grafana del release
Browse files Browse the repository at this point in the history
  • Loading branch information
bidof committed Apr 29, 2024
1 parent 3af21cc commit d4dc83b
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,28 +184,6 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
registry: ghcr.io
workdir: gatewayservice
docker-push-grafana:
name: Push Grafana Docker Image to GitHub Packages
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
needs: [e2e-tests]
steps:
- uses: actions/checkout@v4
- name: Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: arquisoft/wiq_es05c/grafana
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
registry: ghcr.io
workdir: grafana
buildargs: GF_SECURITY_ADMIN_PASSWORD
env:
GF_SECURITY_ADMIN_PASSWORD: ${{ secrets.GF_SECURITY_ADMIN_PASSWORD }}


deploy:
name: Deploy over SSH
runs-on: ubuntu-latest
Expand Down

0 comments on commit d4dc83b

Please sign in to comment.