Compare commits

..

No commits in common. "e667ee74ae33a31284a8a04193c73b17c23bbc96" and "97247921fc892c34384261653a002fee96f0d480" have entirely different histories.

3 changed files with 4 additions and 4 deletions

View File

@ -31,7 +31,7 @@ jobs:
type=semver,pattern={{major}}.{{minor}}
-
name: Set up Docker Buildx
uses: https://gitea.ocram85.com/actions/setup-buildx-action@v3
uses: https://gitea.ocram85.com/actions/setup-buildx-action@v2
-
name: Login to Gitea Package Registry
uses: https://gitea.ocram85.com/actions/login-action@v3
@ -42,7 +42,7 @@ jobs:
password: ${{ secrets.TOKEN }}
-
name: Build and push
uses: https://gitea.ocram85.com/actions/build-push-action@v6
uses: https://gitea.ocram85.com/actions/build-push-action@v4
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@v4
- uses: https://gitea.ocram85.com/actions/checkout@v3
with:
fetch-depth: 0
- name: setup go

View File

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