workflow
This commit is contained in:
parent
b5bd6ec83a
commit
f56edb14bd
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/
|
||||
|
||||
# Step 4: Push the Docker image to Docker Hub
|
||||
# - name: Push Docker Image
|
||||
|
|
Loading…
Reference in a new issue