alaskarseerr docker registry
All checks were successful
Build AlaskarSeer / build-alaskarseer (push) Successful in 3m44s
All checks were successful
Build AlaskarSeer / build-alaskarseer (push) Successful in 3m44s
This commit is contained in:
parent
1bf753d049
commit
52e5b7865d
2 changed files with 19 additions and 1 deletions
|
@ -34,3 +34,21 @@ jobs:
|
|||
push: true
|
||||
tags: |
|
||||
nomadics/alaskarseer:latest
|
||||
|
||||
# Step 5: Log in to Forgejo
|
||||
- name: Log in to Forgejo
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: git.askar.tv
|
||||
username: nomad
|
||||
password: ${{ secrets.FORGEJO_TOKEN }}
|
||||
|
||||
# Step 4: Build and push the Docker image
|
||||
- name: Build and Push Image
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: alaskarfin # Path to the build context
|
||||
file: alaskarfin/Dockerfile # Path to the Dockerfile
|
||||
push: true # Push the image to Docker Hub
|
||||
tags: |
|
||||
git.askar.tv/nomad/alaskarseer:latest
|
||||
|
|
|
@ -1 +1 @@
|
|||
v2.5.2
|
||||
v2.5.2
|
||||
|
|
Loading…
Reference in a new issue