Skip to content

Commit

Permalink
update action
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasCARPi committed Apr 21, 2024
1 parent 158d6dd commit df5e8d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Build images and push to registry
steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4

# https://github.com/marketplace/actions/docker-setup-buildx
- name: Set up Docker Buildx
Expand All @@ -35,7 +35,7 @@ jobs:
cache-to: type=gha,mode=max
platforms: linux/amd64
push: true
tags: ghcr.io/deltablot/php-prod:8.1, ghcr.io/deltablot/php-prod:latest, ghcr.io/deltablot/php-prod:8
tags: ghcr.io/deltablot/php-prod:8.3, ghcr.io/deltablot/php-prod:latest, ghcr.io/deltablot/php-prod:8

# VULN SCAN
- name: Run Trivy vulnerability scanner
Expand Down

0 comments on commit df5e8d3

Please sign in to comment.