We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf7d367 commit 0230fe9Copy full SHA for 0230fe9
.github/workflows/docker.yml
@@ -10,7 +10,7 @@ jobs:
10
name: Build and push Docker image to Docker Hub
11
runs-on: ubuntu-22.04
12
env:
13
- DOCKER_REPO: ${{ secrets.DOCKERHUB_USERNAME }}/${{ secrets.DOCKERHUB_REPOSITORY }}
+ DOCKER_REPO: ${{ secrets.DOCKERHUB_REPOSITORY }}
14
15
steps:
16
- name: Checkout code
0 commit comments