Skip to content

Commit

Permalink
chore: Publish README to Docker Hub (#26)
Browse files Browse the repository at this point in the history
Co-authored-by: Lukas Jost <[email protected]>
  • Loading branch information
meyfa and lusu007 authored Jul 8, 2024
1 parent 7ae345c commit d60f2ec
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permissions:
contents: read

jobs:
build:
publish:
name: Build and Publish
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -52,3 +52,13 @@ jobs:

- name: Image digest
run: echo ${{ steps.docker-build.outputs.digest }}

# See: https://docs.docker.com/build/ci/github-actions/update-dockerhub-desc/
- name: Update DockerHub description
uses: peter-evans/dockerhub-description@e98e4d1628a5f3be2be7c231e50981aee98723ae # v4.0.0
with:
username: contane
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
repository: contane/foreman
short-description: ${{ github.event.repository.description }}
enable-url-completion: true

0 comments on commit d60f2ec

Please sign in to comment.