Skip to content

Commit

Permalink
add flavor to the docker meta action
Browse files Browse the repository at this point in the history
  • Loading branch information
t-aleksander committed Oct 17, 2024
1 parent 2829ed5 commit a03c929
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,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 a03c929

Please sign in to comment.