From 180dfb0286ba28d9f120eded62886055dc67c601 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Djk=C3=A1=C5=A5o?= Date: Wed, 15 May 2024 18:00:28 +0200 Subject: [PATCH] label for push filtering --- apps.Dockerfile | 1 + other.Dockerfile | 1 + 2 files changed, 2 insertions(+) diff --git a/apps.Dockerfile b/apps.Dockerfile index 9c217ca..f58f535 100644 --- a/apps.Dockerfile +++ b/apps.Dockerfile @@ -70,6 +70,7 @@ ARG SOURCE ARG AUTHORS ARG LICENSES LABEL service="$SERVICE"\ + src="saleor-dockerize-all-apps"\ org.opencontainers.image.title="$TITLE"\ org.opencontainers.image.description="$DESC" \ org.opencontainers.image.url="$URL"\ diff --git a/other.Dockerfile b/other.Dockerfile index 97409bb..0b9808f 100644 --- a/other.Dockerfile +++ b/other.Dockerfile @@ -63,6 +63,7 @@ ARG SOURCE ARG AUTHORS ARG LICENSES LABEL service="$SERVICE"\ + src="saleor-dockerize-all-apps"\ org.opencontainers.image.title="$TITLE"\ org.opencontainers.image.description="$DESC" \ org.opencontainers.image.url="$URL"\