[PR #257] [MERGED] Convert CI to Github actions #366

Closed
opened 2026-02-26 04:35:00 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: github-actions-for-upstream


📝 Commits (3)

📊 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.

          username: ${{ secrets.DOCKER_USERNAME }}
          password: ${{ secrets.DOCKER_PASSWORD }}
  • Define DOCKER_USERNAME
  • Define DOCKER_PASSWORD

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/mageddo/dns-proxy-server/pull/257 **Author:** [@addshore](https://github.com/addshore) **Created:** 1/18/2023 **Status:** ✅ Merged **Merged:** 1/29/2023 **Merged by:** [@mageddo](https://github.com/mageddo) **Base:** `master` ← **Head:** `github-actions-for-upstream` --- ### 📝 Commits (3) - [`6100d56`](https://github.com/mageddo/dns-proxy-server/commit/6100d5698c3947cf97c4171583988025998efc27) Github actions for CI (from addshore fork) (#15) - [`ba50f4b`](https://github.com/mageddo/dns-proxy-server/commit/ba50f4be0e7310f68d3a4625430b20169926057d) De addshoreify - [`ae4be03`](https://github.com/mageddo/dns-proxy-server/commit/ae4be03e6ac2b098e26fcef6c2261c07f3523d48) Restore README ### 📊 Changes **14 files changed** (+262 additions, -142 deletions) <details> <summary>View changed files</summary> ➕ `.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) </details> ### 📄 Description Before merging this needs 2 secrets defined in the repository which can push images to the correct place in docker hub. ``` username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} ``` - [x] Define `DOCKER_USERNAME ` - [x] Define `DOCKER_PASSWORD ` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 04:35:00 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/dns-proxy-server-mageddo#366
No description provided.