Skip to content

Commit 4a1187d

Browse files
committed
Workflow - set Docker Hub overview from readme
1 parent 64cc52a commit 4a1187d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ jobs:
3636
with:
3737
username: ${{ vars.DOCKER_USERNAME }}
3838
password: ${{ secrets.DOCKER_PAT }}
39-
repository: ${REPOSITORY}
39+
repository: ${{ vars.DOCKER_USERNAME }}/kv
4040
readme-filepath: ./README.md
4141
short-description: "Lightweight key-value store with HTTP API. Built using ReactPHP and SQLite"

0 commit comments

Comments
 (0)