diff --git a/.github/workflows/test-and-build.yaml b/.github/workflows/test-and-build.yaml index c3e38b6..fd6c5ab 100644 --- a/.github/workflows/test-and-build.yaml +++ b/.github/workflows/test-and-build.yaml @@ -57,7 +57,7 @@ jobs: latest=${{ startsWith(github.ref, 'refs/tags/') }} tags: | type=schedule - type=ref,event=branch + type=ref,event=branch,enable=${{ github.event_name != 'schedule' }} type=ref,event=tag - name: Login to DockerHub