Compare commits
No commits in common. "243aaf1a536dc009966584ee95ef4f2e79a1a396" and "7c370a591622920037df4f90e59ce25704628de5" have entirely different histories.
243aaf1a53
...
7c370a5916
2 changed files with 6 additions and 7 deletions
|
@ -6,15 +6,15 @@ steps:
|
||||||
- go build -ldflags="-X main.CommitSHA=${CI_COMMIT_SHORT_SHA}" -o linux-amd64 .
|
- go build -ldflags="-X main.CommitSHA=${CI_COMMIT_SHORT_SHA}" -o linux-amd64 .
|
||||||
when:
|
when:
|
||||||
- event: [push, cron]
|
- event: [push, cron]
|
||||||
branch: main
|
branch: [main, develop]
|
||||||
|
|
||||||
- name: build-and-push-docker-dev
|
- name: build-and-push-docker
|
||||||
image: woodpeckerci/plugin-docker-buildx:5.2.2
|
image: woodpeckerci/plugin-docker-buildx:5.2.2
|
||||||
settings:
|
settings:
|
||||||
platforms: linux/amd64,linux/arm/v6,linux/arm64/v8
|
platforms: linux/amd64,linux/arm/v6,linux/arm64/v8
|
||||||
repo: git.hackmi.ch/phil/goshorly
|
repo: git.hackmi.ch/phil/goshorly
|
||||||
registry: git.hackmi.ch
|
registry: git.hackmi.ch
|
||||||
tags: dev
|
tags: latest
|
||||||
username:
|
username:
|
||||||
from_secret: reg-user
|
from_secret: reg-user
|
||||||
password:
|
password:
|
||||||
|
@ -30,7 +30,7 @@ steps:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
docker-daemon:
|
docker-daemon:
|
||||||
image: docker:28.0-dind-rootless
|
image: docker:28.0-dind
|
||||||
commands:
|
commands:
|
||||||
- dockerd --tls=false --host=tcp://0.0.0.0:2376
|
- dockerd --tls=false --host=tcp://0.0.0.0:2376
|
||||||
privileged: true
|
privileged: true
|
||||||
|
|
|
@ -1,14 +1,13 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## [0.2.0](https://git.hackmi.ch/Phil/goshorly/releases/tag/v0.2.0) - 2025-04-06
|
## [0.1.7](https://git.hackmi.ch/Phil/goshorly/releases/tag/v0.1.7) - 2025-04-06
|
||||||
|
|
||||||
### ❤️ Thanks to all contributors! ❤️
|
### ❤️ Thanks to all contributors! ❤️
|
||||||
|
|
||||||
@Phil, @renovate-bot
|
@renovate-bot
|
||||||
|
|
||||||
### 🔒 Security
|
### 🔒 Security
|
||||||
|
|
||||||
- [CI-Build] Changed DIND to DIND rootless [[#10](https://git.hackmi.ch/Phil/goshorly/pulls/10)]
|
|
||||||
- Update docker Docker tag to v28 [[#5](https://git.hackmi.ch/Phil/goshorly/pulls/5)]
|
- Update docker Docker tag to v28 [[#5](https://git.hackmi.ch/Phil/goshorly/pulls/5)]
|
||||||
|
|
||||||
### 📦️ Dependency
|
### 📦️ Dependency
|
||||||
|
|
Loading…
Add table
Reference in a new issue