Skip to content

Commit 0230fe9

Browse files
authored
Update docker.yml
1 parent bf7d367 commit 0230fe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Build and push Docker image to Docker Hub
1111
runs-on: ubuntu-22.04
1212
env:
13-
DOCKER_REPO: ${{ secrets.DOCKERHUB_USERNAME }}/${{ secrets.DOCKERHUB_REPOSITORY }}
13+
DOCKER_REPO: ${{ secrets.DOCKERHUB_REPOSITORY }}
1414

1515
steps:
1616
- name: Checkout code

0 commit comments

Comments
 (0)