1 Commits

Author SHA1 Message Date
a35f39eca2 Update docker/metadata-action action to v6
All checks were successful
Build and Push Docker Images / build (pull_request) Successful in 9m29s
2026-03-06 02:32:52 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -60,7 +60,7 @@ jobs:
-
name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v5.10.0
uses: docker/metadata-action@v6.0.0
with:
images: |
ghcr.io/${{ vars.GH_USERNAME }}/icons

View File

@@ -1,4 +1,4 @@
FROM golang:1.26-alpine AS builder
FROM golang:1.25-alpine AS builder
WORKDIR /app