Skip to content

Commit

Permalink
Switch to OCR registry
Browse files Browse the repository at this point in the history
  • Loading branch information
tibeer committed Jan 19, 2024
1 parent 47b6017 commit 1223372
Show file tree
Hide file tree
Showing 12 changed files with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: Release

"on":
push:
branches:
- 'main'
workflow_dispatch:

jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Clone current repository
uses: actions/checkout@v3

- name: Chart | Push
uses: appany/[email protected]
with:
name: homer-startpage
repository: tibeer
tag: 1.0.0
path: homer-startpage
registry: ghcr.io
registry_username: ${{ github.repository_owner }}
registry_password: ${{ github.token }}
#update_dependencies: 'true'
Binary file removed fastapi-cockroachdb-mock-1.0.0.tgz
Binary file not shown.
Binary file removed hedgedoc-0.1.0.tgz
Binary file not shown.
Binary file removed homer-startpage-1.0.0.tgz
Binary file not shown.
Binary file removed invidious-1.0.0.tgz
Binary file not shown.
Binary file removed jellyfin-1.0.0.tgz
Binary file not shown.
Binary file removed nginx-welcome-1.0.0.tgz
Binary file not shown.
Binary file removed ntfy-1.0.0.tgz
Binary file not shown.
Binary file removed olivetin-1.0.0.tgz
Binary file not shown.
Binary file removed openvpn-as-1.0.0.tgz
Binary file not shown.
Binary file removed uptime-kuma-1.0.0.tgz
Binary file not shown.
Binary file removed vaultwarden-1.0.0.tgz
Binary file not shown.

0 comments on commit 1223372

Please sign in to comment.