mirror of
https://github.com/tarampampam/error-pages.git
synced 2024-08-30 18:22:40 +00:00
hotfix for the release error
This commit is contained in:
parent
0c7e766f93
commit
c851aad4f2
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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 }}
|
||||
|
@ -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/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user