Skip to content

Commit

Permalink
Merge pull request #28 from sprankhub/patch-2
Browse files Browse the repository at this point in the history
Add Varnish 7.5
  • Loading branch information
navarr authored Apr 10, 2024
2 parents c60974f + 7059716 commit 6b19ebf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/varnish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- "7.2"
- "7.3"
- "7.4"
- "7.5"

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -149,4 +150,4 @@ jobs:
platforms: linux/amd64, linux/arm64
build-args: VARNISH_VERSION=${{ env.VARNISH_VERSION }}
push: ${{ github.ref == 'refs/heads/main' && !env.ACT }}
tags: ghcr.io/${{ github.repository_owner }}/varnish:${{ matrix.version }},wardenenv/varnish:${{matrix.version}}
tags: ghcr.io/${{ github.repository_owner }}/varnish:${{ matrix.version }},wardenenv/varnish:${{matrix.version}}

0 comments on commit 6b19ebf

Please sign in to comment.