Skip to content

Commit

Permalink
syntaxe
Browse files Browse the repository at this point in the history
  • Loading branch information
llaumgui authored Sep 27, 2023
1 parent 6096c15 commit 4652cf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/devops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
${{ env.IMAGE_NAME }}:${{ matrix.php-version }}-fpm
labels: ${{ steps.meta.outputs.labels }}
cache-from: |
${{ env.IMAGE_NAME }}:${{ matrix.php-version }}-fpm
ref=${{ env.IMAGE_NAME }}:${{ matrix.php-version }}-fpm
type=registry
cache-to: type=inline
# Test with Trivy
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
${{ env.GHCR_REGISTRY }}/${{ env.IMAGE_NAME }}:latest
labels: ${{ steps.meta.outputs.labels }}
cache-from: |
${{ env.IMAGE_NAME }}:${{ matrix.php-version }}-fpm
ref=${{ env.IMAGE_NAME }}:${{ matrix.php-version }}-fpm
type=registry
cache-to: type=inline
- name: Build and push Docker image
Expand Down

0 comments on commit 4652cf8

Please sign in to comment.