Compare commits

..

1 Commits

Author SHA1 Message Date
renovate[bot]
11d76fdcd7 feat(deps): update dependency idna to v3.15 2026-05-15 21:58:18 +00:00

View File

@@ -113,7 +113,7 @@ jobs:
uses: actions/checkout@v6 uses: actions/checkout@v6
- name: Log in to the Container registry - name: Log in to the Container registry
uses: docker/login-action@v4 uses: docker/login-action@v3
with: with:
registry: ${{ env.REGISTRY }} registry: ${{ env.REGISTRY }}
username: ${{ github.actor }} username: ${{ github.actor }}
@@ -127,7 +127,7 @@ jobs:
tags: latest tags: latest
- name: Build and push Docker image - name: Build and push Docker image
uses: docker/build-push-action@v7 uses: docker/build-push-action@v6
with: with:
context: . context: .
file: ./Dockerfile file: ./Dockerfile