Skip to content

Commit

Permalink
Updated tags
Browse files Browse the repository at this point in the history
  • Loading branch information
gmazzo committed Jul 12, 2024
1 parent e8c96aa commit e63efda
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,10 @@ jobs:
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY_IMAGE }}
tags: type=raw,value=latest
tags: |
type=raw,value=kt${{ matrix.kotlin }}
type=raw,value=jdk${{ matrix.java-version }}-${{ matrix.java-vendor }}
type=raw,value=${{ matrix.distribution }}
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
Expand Down

0 comments on commit e63efda

Please sign in to comment.