hotfix for the release error

This commit is contained in:
Paramtamtam 2024-03-17 11:39:51 +04:00
parent 0c7e766f93
commit c851aad4f2
No known key found for this signature in database
GPG Key ID: 366371698FAD0A2B
2 changed files with 2 additions and 2 deletions

View File

@ -81,7 +81,7 @@ jobs:
context: .
file: Dockerfile
push: true
platforms: linux/amd64,linux/arm64,linux/arm/v6,linux/arm/v7
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm64/v8
build-args: "APP_VERSION=${{ steps.slug.outputs.version }}"
tags: |
tarampampam/error-pages:${{ steps.slug.outputs.version }}

View File

@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1
# this stage is used to build the application
FROM golang:1.22-bullseye AS builder
FROM docker.io/library/golang:1.22-bookworm AS builder
COPY ./go.* /src/