generated from Templates/Baseline
Compare commits
No commits in common. "86e58b308b8300cfd5771911fb337fadc31ad6ed" and "b6b415d627ee7fd542545f9f8dc1a73f66150f2c" have entirely different histories.
86e58b308b
...
b6b415d627
@ -31,7 +31,7 @@ jobs:
|
|||||||
type=semver,pattern={{major}}.{{minor}}
|
type=semver,pattern={{major}}.{{minor}}
|
||||||
-
|
-
|
||||||
name: Set up Docker Buildx
|
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
|
name: Login to Gitea Package Registry
|
||||||
uses: https://gitea.ocram85.com/actions/login-action@v2
|
uses: https://gitea.ocram85.com/actions/login-action@v2
|
||||||
@ -42,7 +42,7 @@ jobs:
|
|||||||
password: ${{ secrets.TOKEN }}
|
password: ${{ secrets.TOKEN }}
|
||||||
-
|
-
|
||||||
name: Build and push
|
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:
|
with:
|
||||||
push: ${{ github.event_name != 'pull_request' }}
|
push: ${{ github.event_name != 'pull_request' }}
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
|
@ -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.
|
# Set labels manually, each build service differs in used or predefined labels.
|
||||||
LABEL maintainer="OCram85"
|
LABEL maintainer="OCram85"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user