Skip to content

Commit

Permalink
Remove cosign for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ikifar2012 authored Dec 15, 2023
1 parent 1b2b804 commit 79aa1fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
--all \
--target remote-backup \
--docker-user ${{ secrets.DOCKERHUB_USERNAME }} \
--docker-password ${{ secrets.DOCKERHUB_TOKEN }} \
--cosign
--docker-password ${{ secrets.DOCKERHUB_TOKEN }}
- name: 🚀 Dispatch Repository Updater update signal
uses: peter-evans/repository-dispatch@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion remote-backup/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
- ⬆️ Bump base image to 15.0.1 from 13.1.3
- **Breaking Change** - Switch from `/ssl` to `addon_configs/3490a758_remote_backup` for config directory (migration should be automatic)
- Temporarily disable `apparmor` to fix #119
- Drop CodeNotary signing in favor of cosign
- Drop CodeNotary signing

**Full Changelog**: https://github.com/ikifar2012/remote-backup-addon/compare/2023.3.0...2023.12.0

Expand Down

0 comments on commit 79aa1fc

Please sign in to comment.