mirror of
https://gitea.smigz.com/smiggiddy/odin-codeprojects.git
synced 2025-06-27 11:20:40 -04:00
fix use built in for the registry
Some checks failed
Build and Push Docker Images / build (admin-dashboard) (push) Failing after 2m4s
Build and Push Docker Images / build (battleship) (push) Failing after 12s
Build and Push Docker Images / build (calculator) (push) Failing after 10s
Build and Push Docker Images / build (cv-project) (push) Failing after 9s
Build and Push Docker Images / build (inventory) (push) Failing after 10s
Build and Push Docker Images / build (library) (push) Failing after 10s
Build and Push Docker Images / build (messages) (push) Failing after 10s
Build and Push Docker Images / build (nodejs-mini-message-board) (push) Failing after 11s
Build and Push Docker Images / build (portfolio) (push) Failing after 9s
Build and Push Docker Images / build (restaurant) (push) Failing after 10s
Build and Push Docker Images / build (shopping-cart) (push) Failing after 10s
Build and Push Docker Images / build (signup_form) (push) Failing after 10s
Build and Push Docker Images / build (tictactoe) (push) Failing after 9s
Build and Push Docker Images / build (weather) (push) Failing after 10s
Some checks failed
Build and Push Docker Images / build (admin-dashboard) (push) Failing after 2m4s
Build and Push Docker Images / build (battleship) (push) Failing after 12s
Build and Push Docker Images / build (calculator) (push) Failing after 10s
Build and Push Docker Images / build (cv-project) (push) Failing after 9s
Build and Push Docker Images / build (inventory) (push) Failing after 10s
Build and Push Docker Images / build (library) (push) Failing after 10s
Build and Push Docker Images / build (messages) (push) Failing after 10s
Build and Push Docker Images / build (nodejs-mini-message-board) (push) Failing after 11s
Build and Push Docker Images / build (portfolio) (push) Failing after 9s
Build and Push Docker Images / build (restaurant) (push) Failing after 10s
Build and Push Docker Images / build (shopping-cart) (push) Failing after 10s
Build and Push Docker Images / build (signup_form) (push) Failing after 10s
Build and Push Docker Images / build (tictactoe) (push) Failing after 9s
Build and Push Docker Images / build (weather) (push) Failing after 10s
This commit is contained in:
parent
694c1f10dc
commit
de4c977bc3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -38,7 +38,7 @@ jobs:
|
|||
- name: Login to GitHub Container Registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ghcr.io
|
||||
registry: ${{ github.registry }}
|
||||
username: ${{ github.repository_owner }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue