This commit is contained in:
nomadics9 2024-12-15 03:30:27 +03:00
parent cc11740757
commit fed1e6322e

View file

@ -25,10 +25,10 @@ jobs:
# Step 3: Build the Docker image
- name: Build Docker Image
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
- name: Push Docker Image
run: |
docker push nomadics/alaskarfin:latest
# - name: Push Docker Image
# run: |
# docker push nomadics/alaskarfin:latest