Skip to content

Commit

Permalink
Removes README step
Browse files Browse the repository at this point in the history
  • Loading branch information
amir20 committed Jun 11, 2021
1 parent 781b0d4 commit 6c62699
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/dev.yml
Expand Up @@ -46,20 +46,3 @@ jobs:
run: |
rm -rf /tmp/.buildx-cache
mv /tmp/.buildx-cache-new /tmp/.buildx-cache
readme:
runs-on: ubuntu-latest
name: Update README
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Login to DockerHub
uses: docker/login-action@v1.9.0
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Docker Hub Description
uses: peter-evans/dockerhub-description@v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: amir20/dozzle

0 comments on commit 6c62699

Please sign in to comment.