Skip to content

Commit

Permalink
WIP: GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
vlauciani committed Sep 11, 2024
1 parent 06cc7fb commit 81d063d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: readme
path: /tmp
path: /github/home

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
with:
provider: dockerhub
destination_container_repo: ${{ env.IMAGE_NAME }}
readme_file: '/tmp/README.md'
readme_file: 'README.md'
short_description: 'Docker image used to retrieve date from FDSN nodes.'

# - name: Publish Docker description (README.md) to Docker Hub
Expand Down

0 comments on commit 81d063d

Please sign in to comment.