Skip to content

Commit

Permalink
add flavor to build-docker workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
t-aleksander committed Oct 17, 2024
1 parent dd19eb9 commit c734576
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
description: "List of tags as key-value pair attributes"
required: false
type: string
flavor:
description: "List of flavors as key-value pair attributes"
required: false
type: string

env:
GHCR_REPO: ghcr.io/defguard/defguard-proxy
Expand Down Expand Up @@ -68,6 +72,7 @@ jobs:
with:
images: |
${{ env.GHCR_REPO }}
flavor: ${{ inputs.flavor }}
tags: ${{ inputs.tags }}
- name: Login to GitHub container registry
uses: docker/login-action@v3
Expand Down

0 comments on commit c734576

Please sign in to comment.