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