diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 51b09f9..0e99f73 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -34,6 +34,9 @@ jobs: tags: | type=raw,value=develop,priority=900,enable=${{ github.ref == format('refs/heads/{0}', github.event.repository.default_branch) }} type=ref,enable=true,priority=600,prefix=pr-,suffix=,event=pr + type=ref,event=tag + type=ref,event=branch + type=schedule # https://github.com/docker/setup-qemu-action - name: Set up QEMU