workflow
This commit is contained in:
parent
cc11740757
commit
fed1e6322e
1 changed files with 4 additions and 4 deletions
8
.github/workflows/docker-build.yml
vendored
8
.github/workflows/docker-build.yml
vendored
|
@ -25,10 +25,10 @@ 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 ../alaskarfin/Dockerfile ../alaskarfin
|
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
|
||||||
run: |
|
# run: |
|
||||||
docker push nomadics/alaskarfin:latest
|
# docker push nomadics/alaskarfin:latest
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue