From 6422e382cd73d462d1937b5fcc7b4817842bafdf Mon Sep 17 00:00:00 2001 From: nomadics9 Date: Sun, 15 Dec 2024 04:08:53 +0300 Subject: [PATCH] update: 10.10.3 --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 75743f2..84ed728 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -3,7 +3,7 @@ name: Build and Push Docker Image on: push: paths: - - version.txt # Trigger workflow only when version.txt changes + - alaskarfin/version.txt # Trigger workflow only when version.txt changes jobs: build-and-push: @@ -29,8 +29,8 @@ jobs: - name: Build and Push Image uses: docker/build-push-action@v6 with: - context: ./alaskarfin # Path to the build context - file: ./alaskarfin # Path to the Dockerfile + context: alaskarfin # Path to the build context + file: alaskarfin # Path to the Dockerfile push: true # Push the image to Docker Hub tags: | nomadics/alaskarfin:latest