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 3dadbaa commit ed24f60
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
uses: actions/checkout@v4

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

- name: Log in to Docker Hub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Login to DockerHub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
Expand All @@ -96,7 +96,7 @@ jobs:
provider: dockerhub
destination_container_repo: ${{ env.IMAGE_NAME }}
readme_file: 'README.md'
short_description: 'Docker image used to retrieve "resp", "dless", "sac", "minified", "paz" or "dataselect_list" from FDSN nodes.'
short_description: 'Docker image used to retrieve date from FDSN nodes.'

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

0 comments on commit ed24f60

Please sign in to comment.