workflow
This commit is contained in:
parent
8c634da5a9
commit
44160f1c56
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-build.yml
vendored
2
.github/workflows/docker-build.yml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
|||
# Step 3: Build the Docker image
|
||||
- name: Build Docker Image
|
||||
run: |
|
||||
docker build -t nomadics/alaskarfin:latest alaskarfin/Dockerfile
|
||||
docker build -t nomadics/alaskarfin:latest ../alaskarfin/Dockerfile ../alaskarfin
|
||||
|
||||
# Step 4: Push the Docker image to Docker Hub
|
||||
- name: Push Docker Image
|
||||
|
|
Loading…
Reference in a new issue