diff --git a/.github/workflows/docker-images.yml b/.github/workflows/docker-images.yml index 09ec809..0c46c17 100644 --- a/.github/workflows/docker-images.yml +++ b/.github/workflows/docker-images.yml @@ -3,7 +3,7 @@ name: Make docker images on: push: tags: - - '*' + - 'v*' jobs: build: @@ -71,5 +71,3 @@ jobs: push: ${{ github.ref_type == 'tag' }} tags: ${{ steps.metadata.outputs.tags }} labels: ${{ steps.metadata.outputs.labels }} - cache-from: type=gha - cache-to: type=gha