update: 10.10.3
This commit is contained in:
parent
76b4f940be
commit
6422e382cd
1 changed files with 3 additions and 3 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
@ -3,7 +3,7 @@ name: Build and Push Docker Image
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- version.txt # Trigger workflow only when version.txt changes
|
- alaskarfin/version.txt # Trigger workflow only when version.txt changes
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-push:
|
build-and-push:
|
||||||
|
@ -29,8 +29,8 @@ jobs:
|
||||||
- name: Build and Push Image
|
- name: Build and Push Image
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: ./alaskarfin # Path to the build context
|
context: alaskarfin # Path to the build context
|
||||||
file: ./alaskarfin # Path to the Dockerfile
|
file: alaskarfin # Path to the Dockerfile
|
||||||
push: true # Push the image to Docker Hub
|
push: true # Push the image to Docker Hub
|
||||||
tags: |
|
tags: |
|
||||||
nomadics/alaskarfin:latest
|
nomadics/alaskarfin:latest
|
||||||
|
|
Loading…
Reference in a new issue