chore: update docker actions to latest versions and change registry password secret
CI/CD Pipeline / Lint & Check (push) Successful in 1m57s
CI/CD Pipeline / Build & Push Docker Image (push) Successful in 6m41s

This commit is contained in:
2026-05-09 02:12:35 +02:00
parent 566dcff535
commit 19313a5171
+4 -4
View File
@@ -49,11 +49,11 @@ jobs:
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITEA_TOKEN }}
password: ${{ secrets.MY_BUILDTOKEN }}
- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v5
uses: docker/metadata-action@v6
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
@@ -61,10 +61,10 @@ jobs:
type=sha
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
uses: docker/setup-buildx-action@v4
- name: Build and push Docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v7
with:
context: .
push: true