mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-21 15:36:50 -05:00
🐳 Docker images to be published under the actual repo (#4483)
* docker images to be published to the main repo * release notes
This commit is contained in:
1
.github/workflows/docker-edge.yml
vendored
1
.github/workflows/docker-edge.yml
vendored
@@ -24,6 +24,7 @@ env:
|
|||||||
IMAGES: |
|
IMAGES: |
|
||||||
actualbudget/actual-server
|
actualbudget/actual-server
|
||||||
ghcr.io/actualbudget/actual-server
|
ghcr.io/actualbudget/actual-server
|
||||||
|
ghcr.io/actualbudget/actual
|
||||||
|
|
||||||
# Creates the following tags:
|
# Creates the following tags:
|
||||||
# - actual-server:edge
|
# - actual-server:edge
|
||||||
|
|||||||
1
.github/workflows/docker-release.yml
vendored
1
.github/workflows/docker-release.yml
vendored
@@ -13,6 +13,7 @@ env:
|
|||||||
IMAGES: |
|
IMAGES: |
|
||||||
actualbudget/actual-server
|
actualbudget/actual-server
|
||||||
ghcr.io/actualbudget/actual-server
|
ghcr.io/actualbudget/actual-server
|
||||||
|
ghcr.io/actualbudget/actual
|
||||||
|
|
||||||
# Creates the following tags:
|
# Creates the following tags:
|
||||||
# - actual-server:latest (see docker/metadata-action flavor inputs, below)
|
# - actual-server:latest (see docker/metadata-action flavor inputs, below)
|
||||||
|
|||||||
6
upcoming-release-notes/4483.md
Normal file
6
upcoming-release-notes/4483.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
category: Maintenance
|
||||||
|
authors: [MikesGlitch]
|
||||||
|
---
|
||||||
|
|
||||||
|
Publishing the docker images to the actual repo packages area in github
|
||||||
Reference in New Issue
Block a user