change registry url
Some checks failed
Build and Push Docker Image then Slack webhook / build-and-push (push) Failing after 15s
Build and Push Docker Image then Slack webhook / slack-notification (push) Has been skipped

This commit is contained in:
Tom Carron 2025-05-22 15:59:55 +01:00
parent 43e783f130
commit 0f66e867cb

View File

@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Log in to Gitea Container Registry - name: Log in to Gitea Container Registry
run: echo "${{ secrets.REGISTRY_TOKEN_GITEA }}" | docker login git.adaptcentre.ie -u "${{ secrets.USERNAME_GITEA }}" --password-stdin run: echo "${{ secrets.REGISTRY_TOKEN_GITEA }}" | docker login opengit.adaptcentre.ie -u "${{ secrets.USERNAME_GITEA }}" --password-stdin
- name: Build Docker image - name: Build Docker image
run: docker build -t ${{ secrets.DOCKER_IMAGE_NAME }} . run: docker build -t ${{ secrets.DOCKER_IMAGE_NAME }} .