Skip to content

Commit

Permalink
ci: Remove incorrect make target
Browse files Browse the repository at this point in the history
  • Loading branch information
yiannistri committed Jan 16, 2025
1 parent 0450b5f commit 297e0ce
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/nightly-chart-and-image-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: setupGo
uses: actions/[email protected]
with:
go-version: '=1.22.10'
- name: Docker login
uses: docker/login-action@v3
with:
Expand All @@ -34,7 +30,6 @@ jobs:
- name: Build and push docker images
run: |
make docker-build-and-push TAG=${{ env.TAG }} ORG=${{ env.PROD_ORG }}
make docker-build-and-push-etcdrestore TAG=${{ env.TAG }} ORG=${{ env.PROD_ORG }}
publish-helm-chart-ghcr:
name: Publish Helm chart to GHCR
Expand All @@ -43,8 +38,6 @@ jobs:
permissions:
contents: read
packages: write
env:
HELM_EXPERIMENTAL_OCI: 1
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand Down

0 comments on commit 297e0ce

Please sign in to comment.