From e0f9697c4fd946766ca124ce7f4aacf862bfdad5 Mon Sep 17 00:00:00 2001 From: Mehdi Benadel Date: Sat, 7 Jan 2023 23:57:36 +0100 Subject: [PATCH] fix image tags --- .github/workflows/build-docker.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-docker.yml b/.github/workflows/build-docker.yml index 0898a6ef1..54692e52b 100644 --- a/.github/workflows/build-docker.yml +++ b/.github/workflows/build-docker.yml @@ -50,7 +50,7 @@ jobs: images: ${{ secrets.DOCKER_HUB_ORGANISATION }}/pixelfed flavor: | latest=auto - suffix=apache + suffix=-apache tags: | type=edge,branch=dev type=pep440,pattern={{raw}} @@ -101,8 +101,7 @@ jobs: with: images: ${{ secrets.DOCKER_HUB_ORGANISATION }}/pixelfed flavor: | - latest=auto - suffix=fpm + suffix=-fpm tags: | type=edge,branch=dev type=pep440,pattern={{raw}}