Add renovate.json for automated dependency updates #223
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Publish images" | |
on: | |
push: | |
permissions: | |
packages: write | |
jobs: | |
publish-images: | |
if: github.run_number > 1 | |
uses: NethServer/ns8-github-actions/.github/workflows/publish-branch.yml@v1 |