workflow
This commit is contained in:
parent
a04c02b89a
commit
7eb79ef662
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
|
# Step 3: Build the Docker image
|
||||||
- name: Build Docker Image
|
- name: Build Docker Image
|
||||||
run: |
|
run: |
|
||||||
docker build -t nomadics/alaskarfin:latest .
|
docker build -t nomadics/alaskarfin:latest alaskarfin/Dockerfile
|
||||||
|
|
||||||
# Step 4: Push the Docker image to Docker Hub
|
# Step 4: Push the Docker image to Docker Hub
|
||||||
- name: Push Docker Image
|
- name: Push Docker Image
|
||||||
|
|
Loading…
Reference in a new issue