Skip to content

Commit

Permalink
Update Build (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
antares-sw authored Oct 25, 2023
1 parent 0a79005 commit 09b809b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Docker meta
id: meta
uses: docker/metadata-action@v3
Expand Down Expand Up @@ -37,6 +37,8 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64,linux/arm64
cache-from: type=gha
cache-to: type=gha,mode=max
scanner:
name: Trivy scanner
runs-on: ubuntu-latest
Expand Down

0 comments on commit 09b809b

Please sign in to comment.