m/cup
1
0
mirror of https://github.com/sergi0g/cup.git synced 2025-11-08 05:03:49 -05:00

feat: detect image url from label

This commit is contained in:
Sergio
2025-03-11 17:06:00 +02:00
parent a5a1f12899
commit a599d4e084
8 changed files with 28 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ inputs:
required: true
runs:
using: 'composite'
using: "composite"
steps:
- name: Checkout
uses: actions/checkout@v4
@@ -47,5 +47,6 @@ runs:
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max