wip ci/cd
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1m13s

This commit is contained in:
2026-03-07 13:34:24 +03:00
parent f5ad5dbb16
commit 2b089c68e6
5 changed files with 48 additions and 23 deletions

View File

@@ -1,6 +1,6 @@
# Hello world
```Bash
```shell
FROM golang:tip-trixie AS builder
WORKDIR /app
COPY go.mod go.sum ./
@@ -16,9 +16,15 @@ EXPOSE 3000
CMD ["./main"]
```
```
docker build --tag docker-gs-ping .
```shell
docker build --tag git.madsky.ru/vadim/tracker:latest .
```
```shell
docker push git.madsky.ru/vadim/tracker
```
```shell
docker login git.madsky.ru
```