[c] use absolute URLs for actions
Some checks failed
Build and Push Docker Image / docker-build (push) Failing after 41s

This commit is contained in:
Sangelo 2024-10-21 15:43:30 +02:00
parent 50f3fce7de
commit 2da4c4a62b

View file

@ -26,7 +26,7 @@ jobs:
token: ${{ secrets.FORGEJO_TOKEN }}
- name: 👤 Log in to the Container registry
uses: github.com/docker/login-action@v2
uses: https://github.com/docker/login-action@v2
with:
registry: ${{ env.REGISTRY }}
username: ${{ gitea.actor }}
@ -34,7 +34,7 @@ jobs:
- name: ✏️ Extract metadata (tags, labels) for Docker
id: meta
uses: github.com/docker/metadata-action@v4
uses: https://github.com/docker/metadata-action@v4
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
@ -46,7 +46,7 @@ jobs:
type=sha
- name: 🛠️ Build and push Docker image
uses: github.com/docker/build-push-action@v4
uses: https://github.com/docker/build-push-action@v4
with:
context: .
push: true