fix:Update restore-module script to prevent blocking restore due to s… #215
Workflow file for this run
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 |