Update password warning messages and add action button #87
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 |