Skip to content

Commit

Permalink
Don't update descriptions for now
Browse files Browse the repository at this point in the history
  • Loading branch information
4c0n committed Dec 12, 2023
1 parent 5c4d11b commit f136dea
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/build_and_push_to_dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,6 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

# https://github.com/peter-evans/dockerhub-description
- name: Docker Hub Description
uses: peter-evans/dockerhub-description@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
repository: ${{ vars.DOCKERHUB_IMAGE_NAME }}
short-description: ${{ github.event.repository.description }}

train:
name: Build and push train
runs-on: ubuntu-latest
Expand Down Expand Up @@ -85,12 +76,3 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

# https://github.com/peter-evans/dockerhub-description
- name: Docker Hub Description
uses: peter-evans/dockerhub-description@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
repository: ${{ vars.DOCKERHUB_IMAGE_NAME }}
short-description: ${{ github.event.repository.description }}

0 comments on commit f136dea

Please sign in to comment.