From cb5b06298075db164615f9f4cf174ffe2f973f57 Mon Sep 17 00:00:00 2001 From: Jack Henschel Date: Mon, 21 Jun 2021 20:38:58 +0300 Subject: [PATCH] Minor workflow fixes (#70) * YAML indentation * Correct image labels --- .github/workflows/build-latest-container-images.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-latest-container-images.yaml b/.github/workflows/build-latest-container-images.yaml index 3e62bf9..981fce4 100644 --- a/.github/workflows/build-latest-container-images.yaml +++ b/.github/workflows/build-latest-container-images.yaml @@ -76,7 +76,8 @@ jobs: with: images: | docker.io/martialblog/limesurvey - # ghcr.io/martialblog/limesurvey + ## Can be enabled in the future + # ghcr.io/martialblog/limesurvey tags: | type=semver,pattern={{version}},suffix=-fpm type=semver,pattern={{major}},suffix=-fpm @@ -86,7 +87,7 @@ jobs: context: 5.0/fpm push: true tags: ${{ steps.metadata-fpm.outputs.tags }} - labels: ${{ steps.metadata-apache.outputs.labels }} + labels: ${{ steps.metadata-fpm.outputs.labels }} - name: 'FPM Alpine variant metadata' id: metadata-fpm-alpine @@ -105,4 +106,4 @@ jobs: context: 5.0/fpm-alpine push: true tags: ${{ steps.metadata-fpm-alpine.outputs.tags }} - labels: ${{ steps.metadata-apache.outputs.labels }} + labels: ${{ steps.metadata-fpm-alpine.outputs.labels }}