From 8ab9c4d125c50cdd96fd92da733101fdaafc6458 Mon Sep 17 00:00:00 2001 From: texm Date: Tue, 25 Apr 2023 15:13:03 +0800 Subject: [PATCH] fix workflow --- .github/workflows/publish-image.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish-image.yml b/.github/workflows/publish-image.yml index cb0efde..123d1f9 100644 --- a/.github/workflows/publish-image.yml +++ b/.github/workflows/publish-image.yml @@ -30,9 +30,9 @@ jobs: uses: docker/metadata-action@v4 with: images: ghcr.io/texm/shokku - tags: | - type=ref,event=branch - type=semver,pattern={{raw}} + tags: | + type=ref,event=branch + type=semver,pattern={{raw}} - name: Build and push Docker image uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4