diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index e634142..f8a693f 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -36,7 +36,7 @@ jobs: - name: Log in to the Container registry uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1 with: - registry: ${{ env.REGISTRY }} + registry: ghcr.io/wojciechem username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Log in to registry diff --git a/charts/app/Chart.yaml b/charts/app/Chart.yaml index feac478..022ade7 100644 --- a/charts/app/Chart.yaml +++ b/charts/app/Chart.yaml @@ -5,7 +5,7 @@ description: Flexible helm chart to deploy your apps to kubernetes cluster. type: application # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.5.7 +version: 0.5.8 appVersion: 1.0.0