From ba53164f9f7e46b157a3ee399a56acb40440d687 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Luis=20Rodri=CC=81guez?= Date: Wed, 8 Mar 2023 10:35:15 +0100 Subject: [PATCH] Fix typo --- .github/workflows/docker-images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-images.yml b/.github/workflows/docker-images.yml index 5cf8584..d0a5e73 100644 --- a/.github/workflows/docker-images.yml +++ b/.github/workflows/docker-images.yml @@ -54,7 +54,7 @@ jobs: type=semver,pattern={{version}} type=semver,pattern={{major}}.{{minor}} type=semver,pattern={{major}} - type=raw,value={{branch}}-{{sha}},enabled=${{ !startsWith(github.ref, 'refs/tags/') }} + type=raw,value={{branch}}-{{sha}},enable=${{ !startsWith(github.ref, 'refs/tags/') }} - name: Build image uses: docker/build-push-action@v4