Skip to content

Commit

Permalink
Merge https://github.com/cisagov/skeleton-docker into lineage/skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonnnj committed Feb 11, 2025
2 parents 35c58bc + 797859d commit 1d00193
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 38 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -439,11 +439,15 @@ jobs:
tags: ${{ needs.prepare.outputs.tags }}
# For a list of pre-defined annotation keys and value types see:
# https://github.com/opencontainers/image-spec/blob/master/annotations.md
- name: Publish README.md to Docker Hub
env:
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
run: ./push_readme.sh
- if: ${{ github.ref_name == 'develop' && github.event_name == 'push' }}
name: Update the Docker Hub description
uses: peter-evans/dockerhub-description@v4
with:
description: README.md
password: ${{ secrets.DOCKER_PASSWORD }}
repository: ${{ env.IMAGE_NAME }}
short-description: ${{ github.event.repository.description }}
username: ${{ secrets.DOCKER_USERNAME }}
- name: Setup tmate debug session
uses: mxschmitt/action-tmate@v3
if: env.RUN_TMATE
33 changes: 0 additions & 33 deletions push_readme.sh

This file was deleted.

0 comments on commit 1d00193

Please sign in to comment.