#13 action for automatically building and pushing docker images

Co-authored-by: Tim <timwundenberg@outlook.de>
Reviewed-on: tim/me-fit#20
This commit is contained in:
2024-07-28 21:48:46 +02:00
parent 747311baec
commit eb5bc02f21
4 changed files with 45 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.22 as builder
FROM golang:1.22 AS builder
WORKDIR /app
COPY go.mod go.sum main.go ./