Add suffix to tags
Some checks are pending
Build Images / docker (amd64, map[name:legacy use_iptables_legacy:true]) (push) Waiting to run
Build Images / docker (amd64, map[name:nf_tables use_iptables_legacy:false]) (push) Waiting to run
Build Images / docker (arm64/v8, map[name:legacy use_iptables_legacy:true]) (push) Waiting to run
Build Images / docker (arm64/v8, map[name:nf_tables use_iptables_legacy:false]) (push) Waiting to run
Unit Testing ufw-docker / Unit Testing (push) Waiting to run

This commit is contained in:
Chai Feng 2025-07-08 17:18:51 +08:00
parent 05f55b76cc
commit c0e54ed8b2
No known key found for this signature in database
GPG key ID: 2DCD9A24E523FFD2

View file

@ -34,7 +34,7 @@ jobs:
with: with:
images: ${{ github.actor }}/ufw-docker-agent images: ${{ github.actor }}/ufw-docker-agent
tags: | tags: |
type=ref,event=tag type=ref,event=tag,suffix=-${{ matrix.variant.name }}
- name: Build and push - name: Build and push
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6