alaskarseer docker registry/ tempo removed dockerhub
All checks were successful
Build AlaskarSeer / build-alaskarseer (push) Successful in 4m18s

This commit is contained in:
nomadics9 2025-05-21 14:51:14 +03:00
parent 328c9727cb
commit 4da0f92e30
No known key found for this signature in database
2 changed files with 17 additions and 17 deletions

View file

@ -18,22 +18,22 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
# Step 3: Log in to Docker Hub
- name: Log in to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
# Step 4: Build and push the alaskarseer image
- name: Build and Push alaskarseer Image
uses: docker/build-push-action@v6
with:
context: alaskarseer # Path to the build context
file: alaskarseer/Dockerfile # Path to the Dockerfile
push: true
tags: |
nomadics/alaskarseer:latest
# # Step 3: Log in to Docker Hub
# - name: Log in to Docker Hub
# uses: docker/login-action@v3
# with:
# username: ${{ secrets.DOCKER_USERNAME }}
# password: ${{ secrets.DOCKER_PASSWORD }}
#
# # Step 4: Build and push the alaskarseer image
# - name: Build and Push alaskarseer Image
# uses: docker/build-push-action@v6
# with:
# context: alaskarseer # Path to the build context
# file: alaskarseer/Dockerfile # Path to the Dockerfile
# push: true
# tags: |
# nomadics/alaskarseer:latest
# Step 5: Log in to Forgejo
- name: Log in to Forgejo