Update log level to error to quiet the get decisions from bouncer #353
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 |