This commit is contained in:
nomadics9 2024-12-15 03:32:59 +03:00
parent b5bd6ec83a
commit f56edb14bd

View file

@ -25,7 +25,7 @@ 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 docker build -t nomadics/alaskarfin:latest ../../alaskarfin/
# 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