alaskarseer docker registry/ tempo removed dockerhub
All checks were successful
Build AlaskarSeer / build-alaskarseer (push) Successful in 4m18s
All checks were successful
Build AlaskarSeer / build-alaskarseer (push) Successful in 4m18s
This commit is contained in:
parent
328c9727cb
commit
4da0f92e30
2 changed files with 17 additions and 17 deletions
|
@ -18,22 +18,22 @@ jobs:
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
|
|
||||||
# Step 3: Log in to Docker Hub
|
# # Step 3: Log in to Docker Hub
|
||||||
- name: Log in to Docker Hub
|
# - name: Log in to Docker Hub
|
||||||
uses: docker/login-action@v3
|
# uses: docker/login-action@v3
|
||||||
with:
|
# with:
|
||||||
username: ${{ secrets.DOCKER_USERNAME }}
|
# username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
# password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
|
#
|
||||||
# Step 4: Build and push the alaskarseer image
|
# # Step 4: Build and push the alaskarseer image
|
||||||
- name: Build and Push alaskarseer Image
|
# - name: Build and Push alaskarseer Image
|
||||||
uses: docker/build-push-action@v6
|
# uses: docker/build-push-action@v6
|
||||||
with:
|
# with:
|
||||||
context: alaskarseer # Path to the build context
|
# context: alaskarseer # Path to the build context
|
||||||
file: alaskarseer/Dockerfile # Path to the Dockerfile
|
# file: alaskarseer/Dockerfile # Path to the Dockerfile
|
||||||
push: true
|
# push: true
|
||||||
tags: |
|
# tags: |
|
||||||
nomadics/alaskarseer:latest
|
# nomadics/alaskarseer:latest
|
||||||
|
|
||||||
# Step 5: Log in to Forgejo
|
# Step 5: Log in to Forgejo
|
||||||
- name: Log in to Forgejo
|
- name: Log in to Forgejo
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
v2.5.2
|
v2.5.2
|
||||||
|
|
Loading…
Reference in a new issue