Skip to content

Commit

Permalink
🚀 Update workflow file to remove update image repo
Browse files Browse the repository at this point in the history
🚀  Update workflow file to remove update image repo
  • Loading branch information
dinushchathurya committed Aug 17, 2023
2 parents c56d39e + 4305191 commit c21e312
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,4 @@ jobs:
with:
push: true
platforms: linux/amd64
tags: projectoss/eks-helm-client:${{ steps.branch_name.outputs.branch }}

- name: Update repo description
uses: peter-evans/dockerhub-description@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: projectoss/eks-helm-client

tags: projectoss/eks-helm-client:${{ steps.branch_name.outputs.branch }}

0 comments on commit c21e312

Please sign in to comment.