mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-17 12:21:08 -05:00
[PR #1945] [MERGED] Build Docker Hub images via Github Actions #2890
Reference in New Issue
Block a user
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/dani-garcia/vaultwarden/pull/1945
Author: @BlackDex
Created: 8/27/2021
Status: ✅ Merged
Merged: 9/8/2021
Merged by: @dani-garcia
Base:
main← Head:github-actions-release📝 Commits (1)
2053506Build Docker Hub images via Github Actions📊 Changes
4 files changed (+133 additions, -34 deletions)
View changed files
📝
.github/workflows/build.yml(+16 -29)📝
.github/workflows/hadolint.yml(+2 -3)➕
.github/workflows/release.yml(+105 -0)📝
hooks/push(+10 -2)📄 Description
Since docker hub stopped Autobuild, we need to switch to something else.
This will trigger building of images on Github Actions and pushes them
to Docker Hub.
You only need to add 3 secrets before you merge this PR to have it working directly.
index.docker.io/<user>/<repo>So for vaultwarden that would be
index.docker.io/vaultwarden/server🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.