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

This commit is contained in:
Smigz 2025-05-03 00:18:27 +00:00
parent 694c1f10dc
commit de4c977bc3

View file

@ -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 }}