Skip to content

Commit

Permalink
Push to dockerhub only on new tags (#184)
Browse files Browse the repository at this point in the history
* Push to dockerhub only on new tags

* Add CRDs installation to integration-tests action

* Remove semantic release action
  • Loading branch information
assafad1 authored Oct 23, 2024
1 parent 6e4097a commit 1b23180
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 31 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
with:
context: .
platforms: linux/amd64,linux/arm64
push: ${{ github.repository == 'coralogix/coralogix-operator' && github.event_name != 'pull_request'}}
push: ${{ startsWith(github.ref, 'refs/tags/') }}
tags: |
${{ steps.meta.outputs.tags }}
coralogixrepo/coralogix-operator:${{ steps.fetch-latest-release.outputs.latest-release }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
- name: Load the controller-manager image into Kind
run: |
kind load docker-image ${{ env.IMG }} --name chart-testing
- name: Install CRDs
run: make install
- name: Deploy the controller-manager
run: |
make deploy
Expand Down
30 changes: 0 additions & 30 deletions .github/workflows/semantic-release.yml

This file was deleted.

0 comments on commit 1b23180

Please sign in to comment.