chore(deps): update actions/metadata-action action to v5 #20

Merged
OCram85 merged 2 commits from renovate/actions-metadata-action-5.x into main 2024-06-20 17:30:36 +02:00
3 changed files with 5 additions and 5 deletions
Showing only changes of commit b3a8e859e0 - Show all commits

View File

@ -31,10 +31,10 @@ jobs:
type=semver,pattern={{major}}.{{minor}}
-
name: Set up Docker Buildx
uses: https://gitea.ocram85.com/actions/setup-buildx-action@v2
uses: https://gitea.ocram85.com/actions/setup-buildx-action@v3
-
name: Login to Gitea Package Registry
uses: https://gitea.ocram85.com/actions/login-action@v2
uses: https://gitea.ocram85.com/actions/login-action@v3
with:
registry: gitea.ocram85.com
username: ${{ secrets.USERNAME }}
@ -42,7 +42,7 @@ jobs:
password: ${{ secrets.TOKEN }}
-
name: Build and push
uses: https://gitea.ocram85.com/actions/build-push-action@v4
uses: https://gitea.ocram85.com/actions/build-push-action@v6
with:
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}

View File

@ -9,7 +9,7 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: https://gitea.ocram85.com/actions/checkout@v3
- uses: https://gitea.ocram85.com/actions/checkout@v4
with:
fetch-depth: 0
- name: setup go

View File

@ -1,4 +1,4 @@
FROM alpine:3.18.4
FROM alpine:3.20.0
# Set labels manually, each build service differs in used or predefined labels.
LABEL maintainer="OCram85"