diff --git a/docker/action.yaml b/docker/action.yaml index 6e1074d..db78901 100644 --- a/docker/action.yaml +++ b/docker/action.yaml @@ -31,6 +31,7 @@ runs: images: ${{ inputs.registry }}/${{ gitea.repository }} tags: | type=raw,value=latest + type=ref,event=branch type=semver,pattern={{raw}},value=${{ steps.release.outputs.version }} - uses: docker/login-action@v3 with: