This commit is contained in:
nomadics9 2024-12-15 03:20:55 +03:00
parent 8c634da5a9
commit 44160f1c56

View file

@ -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