[c] use absolute URLs for actions
Some checks failed
Build and Push Docker Image / docker-build (push) Failing after 41s
Some checks failed
Build and Push Docker Image / docker-build (push) Failing after 41s
This commit is contained in:
parent
50f3fce7de
commit
2da4c4a62b
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue