Skip to content

Commit

Permalink
Container
Browse files Browse the repository at this point in the history
Signed-off-by: Bentley Hensel <bentleyhensel@gmail.com>
  • Loading branch information
TheBoatyMcBoatFace committed Sep 20, 2023
1 parent d47f035 commit e92cb32
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/containerize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,19 +58,3 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

update:
name: Update 🐳 Description 📝
runs-on: ubuntu-latest
needs:
- build-and-push-image
steps:
- name: Docker Hub Description
uses: peter-evans/dockerhub-description@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
repository: ${{ env.IMAGE_NAME }}
short-description: ${{ github.event.repository.description }}
enable-url-completion: true
readme-filepath: /README.md

0 comments on commit e92cb32

Please sign in to comment.