Skip to content

Commit

Permalink
worflow fix (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
s0rg authored Nov 26, 2023
1 parent efe9cbc commit 97e0857
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ jobs:
file: ./docker/Dockerfile
platforms: linux/amd64
tags: |
${{ env.GITHUB_REPOSITORY }}:${{ env.GITHUB_REF_NAME }}
${{ env.GITHUB_REPOSITORY }}:latest
${{ github.repository }}:${{ env.github.ref_name }}
${{ github.repository }}:latest
push: true
- name: Update Docker Hub Readme for dolt image
uses: peter-evans/dockerhub-description@v3
with:
username: ${{ github.actor }}
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
repository: ${{ env.GITHUB_REPOSITORY }}
repository: ${{ github.repository }}
readme-filepath: ./docker/README.md

0 comments on commit 97e0857

Please sign in to comment.