This commit is contained in:
nomadics9 2024-12-15 03:16:56 +03:00
parent a04c02b89a
commit 7eb79ef662

View file

@ -25,7 +25,7 @@ jobs:
# Step 3: Build the Docker image
- name: Build Docker Image
run: |
docker build -t nomadics/alaskarfin:latest .
docker build -t nomadics/alaskarfin:latest alaskarfin/Dockerfile
# Step 4: Push the Docker image to Docker Hub
- name: Push Docker Image