We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24066f6 commit bff97dcCopy full SHA for bff97dc
.github/workflows/docker-scan.yml
@@ -7,7 +7,7 @@ on:
7
jobs:
8
build:
9
name: Build
10
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
11
if: ${{ !contains(github.event.head_commit.message, 'docs:') }}
12
steps:
13
- name: Checkout code
0 commit comments