This repository has been archived by the owner on Aug 2, 2023. It is now read-only.
Merge pull request #3 from NethServer/logs-b2 #27
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 |