.gitea/workflows/build.yml aktualisiert
This commit is contained in:
@@ -55,7 +55,7 @@ jobs:
|
||||
uses: actions/checkout@v7.0.0
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v4.1.0
|
||||
uses: docker/setup-buildx-action@v4.2.0
|
||||
|
||||
- name: Image Metadata
|
||||
id: metadata
|
||||
@@ -82,7 +82,7 @@ jobs:
|
||||
|
||||
- name: Login to Gitea Container Registry
|
||||
if: github.event_name != 'pull_request'
|
||||
uses: docker/login-action@v4.3.0
|
||||
uses: docker/login-action@v4.4.0
|
||||
with:
|
||||
registry: ${{ env.REGISTRY_HOST }}
|
||||
username: ${{ github.repository_owner }}
|
||||
|
||||
Reference in New Issue
Block a user