We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63ebca5 commit 8cd2955Copy full SHA for 8cd2955
1 file changed
.github/workflows/docker-image.yml
@@ -5,7 +5,7 @@ on: push
5
jobs:
6
release:
7
name: Create Github release
8
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
9
if: startsWith(github.event.ref, 'refs/tags/v')
10
11
steps:
0 commit comments