Skip to content

Commit

Permalink
🔥 remove jlongster/actual-server package (actualbudget#260)
Browse files Browse the repository at this point in the history
* 🔥  remove jlongster/actual-server package

* Release notes
  • Loading branch information
MatissJanis authored and MMichotte committed Sep 9, 2024
1 parent 717acf3 commit ece8fc9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/docker-edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ env:
IMAGES: |
actualbudget/actual-server
ghcr.io/actualbudget/actual-server
jlongster/actual-server
# Creates the following tags:
# - actual-server:edge
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ env:
IMAGES: |
actualbudget/actual-server
ghcr.io/actualbudget/actual-server
jlongster/actual-server
# Creates the following tags:
# - actual-server:latest (see docker/metadata-action flavor inputs, below)
Expand Down Expand Up @@ -86,4 +85,4 @@ jobs:
push: true
file: docker/stable-alpine.Dockerfile
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6
tags: ${{ steps.alpine-meta.outputs.tags }}
tags: ${{ steps.alpine-meta.outputs.tags }}
6 changes: 6 additions & 0 deletions upcoming-release-notes/260.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
category: Maintenance
authors: [MatissJanis]
---

Removing deprecated `jlongster/actual-server`

0 comments on commit ece8fc9

Please sign in to comment.