🎨 Clean code

This commit is contained in:
Daniel 2024-06-03 23:38:48 +08:00
parent e34fb199ac
commit c7d6674d84
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -77,4 +77,3 @@ jobs:
if: ${{ github.event_name == 'push' || github.event.inputs.image_tag == '' }}
run: |
docker buildx build --push --platform linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v8 -t ${{ env.docker_hub_owner }}/${{ env.docker_hub_repo }}:latest -t ${{ env.docker_hub_owner }}/${{ env.docker_hub_repo }}:v${{ steps.version.outputs.value }} .