Skip to content

Commit dd02cc4

Browse files
committed
fix: docker build pipeline
1 parent 312df64 commit dd02cc4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docker.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ env:
1212

1313
jobs:
1414
main:
15-
runs-on: ubuntu-20.04
16-
timeout-minutes: 20
15+
runs-on: ubuntu-latest
16+
timeout-minutes: 30
1717
steps:
1818
- name: Check out the repo
1919
uses: actions/checkout@v5
@@ -55,7 +55,7 @@ jobs:
5555
cache-from: type=local,src=${{ github.workspace }}/cache
5656
cache-to: type=local,dest=${{ github.workspace }}/cache
5757
- name: Run Trivy vulnerability scanner
58-
uses: aquasecurity/trivy-action@master
58+
uses: aquasecurity/trivy-action@0.28.0
5959
with:
6060
image-ref: ${{ env.imageName }}:${{ steps.docker_meta.outputs.version }}
6161
format: "template"

0 commit comments

Comments
 (0)