Skip to content

Commit

Permalink
Remove duplicated step from release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mgerasimchuk committed Mar 7, 2023
1 parent 1fbdec6 commit f6cc346
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
tags: mgerasimchuk/protty:${{ github.ref_name }}
- name: Docker Hub Description
uses: peter-evans/dockerhub-description@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
repository: mgerasimchuk/protty
docker-publish-readme:
runs-on: ubuntu-22.04
needs: docker-release
Expand Down

0 comments on commit f6cc346

Please sign in to comment.