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 74a8edd commit 0df6626Copy full SHA for 0df6626
.github/workflows/docker-image.yml
@@ -24,7 +24,7 @@ jobs:
24
# Step 3: Build the Docker image
25
- name: Build Docker image
26
run: |
27
- docker build --file Dockerfile --tag ${{ secrets.DOCKER_USERNAME }}/webportfolio:latest .
+ docker build --tag ${{ secrets.DOCKER_USERNAME }}/webportfolio:latest .
28
29
# Step 5: Log in to Docker Hub
30
- name: Log in to Docker Hub
0 commit comments