mirror of
https://github.com/mentos1386/zdravko.git
synced 2024-11-28 18:21:17 +00:00
ci(deploy): trying to fix deploy
This commit is contained in:
parent
99ec1a5fb0
commit
bf8cdc2032
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
# syntax=docker/dockerfile:1
|
# syntax=docker/dockerfile:1
|
||||||
ARG GO_VERSION=1.21.0
|
ARG GO_VERSION=1.21
|
||||||
FROM golang:${GO_VERSION} as builder
|
FROM golang:${GO_VERSION} as builder
|
||||||
# Set destination for COPY
|
# Set destination for COPY
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
Loading…
Reference in a new issue