use configured credentials
Some checks failed
Publish Docker Image / publish (push) Failing after 2m4s
Some checks failed
Publish Docker Image / publish (push) Failing after 2m4s
This commit is contained in:
@ -16,7 +16,7 @@ jobs:
|
||||
contents: read
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4.1.7
|
||||
uses: actions/checkout@v4.2.2
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
@ -25,8 +25,8 @@ jobs:
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ${{ env.REGISTRY_URL }}
|
||||
username: ${{ gitea.actor }}
|
||||
password: ${{ secrets.GITEA_TOKEN }}
|
||||
username: ${{ vars.PACKAGES_REGISTRY_USERNAME }}
|
||||
password: ${{ secrets.PACKAGES_REGISTRY_PASSWORD }}
|
||||
|
||||
- name: Build and push Docker image
|
||||
id: push
|
||||
@ -34,5 +34,4 @@ jobs:
|
||||
with:
|
||||
context: .
|
||||
push: true
|
||||
tags: |
|
||||
${{ env.REGISTRY_URL }}/${{ gitea.repository }}:latest
|
||||
tags: ${{ env.REGISTRY_URL }}/${{ gitea.repository }}:latest
|
||||
|
Reference in New Issue
Block a user