Skip to content

Commit

Permalink
ci: update build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sjinks committed Nov 1, 2024
1 parent bd5c1c7 commit aed6647
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/traefik3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: Build traefik3 with OpenSSL
on:
push:
branches:
- **
workflow_dispatch:
- '**'

permissions:
contents: read
Expand Down Expand Up @@ -32,9 +31,8 @@ jobs:
uses: ./.github/actions/build-docker-image
with:
context: traefik3
push: ${{ github.base_ref == null }}
push: true
cache-from: type=gha,scope=traefik3
cache-to: type=gha,mode=max,scope=traefik3
no-cache: ${{ github.event_name == 'workflow_dispatch' }}
primaryTag: ghcr.io/automattic/vip-container-images/traefik3_openssl:${{ steps.getversion.outputs.version }}
tags: ghcr.io/automattic/vip-container-images/traefik3_openssl:latest

0 comments on commit aed6647

Please sign in to comment.