diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 79e45a8..329f6a9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,6 +27,7 @@ jobs: # set dev tag for master branch type=raw,value=dev,enable=${{ github.ref == format('refs/heads/{0}', 'master') }} type=ref,event=branch + type=ref,event=tag - name: Login to DockerHub uses: docker/login-action@v2