mirror of
https://github.com/mageddo/dns-proxy-server.git
synced 2026-04-25 17:35:54 +03:00
[PR #257] [MERGED] Convert CI to Github actions #366
Labels
No labels
bug
confirmed
discussion
duplicate
enhancement
feature
feature-request
not-planned
pull-request
secondary-feature
stale
triage
waiting-feedback
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dns-proxy-server-mageddo#366
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/mageddo/dns-proxy-server/pull/257
Author: @addshore
Created: 1/18/2023
Status: ✅ Merged
Merged: 1/29/2023
Merged by: @mageddo
Base:
master← Head:github-actions-for-upstream📝 Commits (3)
6100d56Github actions for CI (from addshore fork) (#15)ba50f4bDe addshoreifyae4be03Restore README📊 Changes
14 files changed (+262 additions, -142 deletions)
View changed files
➕
.github/dependabot.yml(+6 -0)➕
.github/gh-pages/index.html(+1 -0)➕
.github/workflows/build.yml(+27 -0)➕
.github/workflows/push-latest.yml(+60 -0)➕
.github/workflows/push-tags.yml(+79 -0)➕
.github/workflows/test.yml(+20 -0)➖
.travis.yml(+0 -13)➖
Dockerfile.hub(+0 -12)📝
README.md(+0 -2)📝
RELEASE-NOTES.md(+57 -57)📝
VERSION(+1 -1)📝
builder.bash(+6 -50)📝
docker-compose.yml(+3 -6)📝
service/docker.go(+2 -1)📄 Description
Before merging this needs 2 secrets defined in the repository which can push images to the correct place in docker hub.
DOCKER_USERNAMEDOCKER_PASSWORD🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.