Skip to content

Commit

Permalink
fix ci release (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
dejanzele committed Jul 13, 2023
1 parent 06b0ed4 commit 6b3fcdd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,14 +90,3 @@ jobs:
DOCKER_BUILDX_BUILDER: "${{ steps.buildx.outputs.name }}"
DOCKER_BUILDX_CACHE_FROM: "type=gha"
DOCKER_BUILDX_CACHE_TO: "type=gha,mode=max"

- name: Push README to Dockerhub
uses: christian-korneck/update-container-description-action@v1
env:
DOCKER_USER: ${{ secrets.DOCKERHUB_USER }}
DOCKER_PASS: ${{ secrets.DOCKERHUB_PASS }}
with:
destination_container_repo: gresearch/armada-operator
provider: dockerhub
short_description: 'Armada Operator is the installer for Armada'
readme_file: 'README.md'
1 change: 1 addition & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ sboms:

release:
disable: '{{ if index .Env "FULL_RELEASE" }}false{{ else }}true{{ end }}'
mode: replace
header: |
## Armada Operator v{{ .Version }}
Expand Down

0 comments on commit 6b3fcdd

Please sign in to comment.