Compare commits
8 Commits
5f4f162c1e
...
renovate/d
| Author | SHA1 | Date | |
|---|---|---|---|
| fabbb263cd | |||
| 5a52aacde1 | |||
| f22dcf8724 | |||
| 1d9dd73787 | |||
| 1b203daac3 | |||
| aeb8637de6 | |||
| 00d4bd5a6c | |||
| 2268f301a8 |
@@ -9,15 +9,15 @@ jobs:
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v6
|
||||
- name: Login to Docker Registry
|
||||
uses: docker/login-action@v3
|
||||
uses: docker/login-action@v4
|
||||
with:
|
||||
registry: gitea.henriburau.de
|
||||
username: ${{ gitea.actor }}
|
||||
password: ${{ secrets.REGISTRY_TOKEN}}
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v5
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: .
|
||||
file: build/Dockerfile
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
ARG BUILDPLATFORM
|
||||
FROM --platform=$BUILDPLATFORM golang:1.25-alpine AS builder
|
||||
FROM --platform=$BUILDPLATFORM golang:1.26-alpine AS builder
|
||||
|
||||
# Set working directory
|
||||
WORKDIR /app
|
||||
|
||||
Reference in New Issue
Block a user