We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Med dagens oppsett, med dorny/path-filter, blir ikke docker image bygd ved release. Dette fordi det ikke har vært noen endring i main.
dorny/path-filter
Mulig en løsning finnes her: https://www.github.com/dorny/paths-filter/issues/101#issuecomment-1202472416
run: | tag=`git tag --sort=creatordate | tail -2 | sed -n '1p'` echo "Tag: $tag" sha=`git show-ref --tags | grep $tag | awk '{print $1;}'` echo "SHA: $sha" echo "::set-output name=sha::$sha"
The text was updated successfully, but these errors were encountered:
Vi bruker ikke release til noe i dag, så mulig dette ikke er et problem
Sorry, something went wrong.
No branches or pull requests
Med dagens oppsett, med
dorny/path-filter
, blir ikke docker image bygd ved release. Dette fordi det ikke har vært noen endring i main.Mulig en løsning finnes her: https://www.github.com/dorny/paths-filter/issues/101#issuecomment-1202472416
The text was updated successfully, but these errors were encountered: