From 5c13ce800e8a4f9f8bf78888af390a1e2cae9800 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Nussbaumer?= Date: Fri, 11 Nov 2022 13:08:17 +0100 Subject: [PATCH] build: only push hostlookuper images --- .github/workflows/goreleaser.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/goreleaser.yaml b/.github/workflows/goreleaser.yaml index 431cb9a..e5d6e82 100644 --- a/.github/workflows/goreleaser.yaml +++ b/.github/workflows/goreleaser.yaml @@ -46,11 +46,11 @@ jobs: - name: Push snapshot images run: | - docker image ls --format "{{.Repository}}:{{.Tag}}" | xargs -I{} docker push '{}' + docker image ls --format "{{.Repository}}:{{.Tag}}" | grep hostlookuper | xargs -I{} docker push '{}' - name: Create and push manifest for :snapshot tag run: | - docker image ls --format "{{.Repository}}:{{.Tag}}" | paste -sd ' ' /dev/stdin > images + docker image ls --format "{{.Repository}}:{{.Tag}}" | grep hostlookuper | paste -sd ' ' /dev/stdin > images docker manifest create $(cat images) postfinance/hostlookuper:snapshot release: